#EB7DBD

Color #EB7DBD Persian Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Pink #EB7DBD

Tints of Persian Pink #EB7DBD

Color information

#EB7DBD (or 0xEB7DBD) is unknown color: approx Persian Pink. HEX triplet: EB, 7D and BD. RGB value is (235,125,189). Sum of RGB (Red+Green+Blue) = 235+125+189=549 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.81% from 549); Green value is 125 (49.22% from 255 or 22.77% from 549); Blue value is 189 (74.22% from 255 or 34.43% from 549); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DBD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DBD is #148242. Grayscale: #A5A5A5. Windows color (decimal): -1344067 or 12418539. OLE color: 12418539.

HSL color Cylindrical-coordinate representation of color #EB7DBD: hue angle of 325.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EB7DBD is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235125189-
CMYK00.470.200.08
HSL325.09º73.33%70.59%-
HSV(B)325.09º46.81%92.16%-
XYZ50.783652.42-
YUV165.19141.44177.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 42.81%
GREEN value IS 125 (49.22% from 255) = 22.77%
BLUE value IS 189 (74.22% from 255) = 34.43%
R=42.81%
G=22.77%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512518900.470.200.08325.0973.3370.59
HexEB7DBD02F1481454947
Octal3531752750572410505111107
Binary11101011111110110111101010111110100100010100010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DBD; }

 p { color: rgb(235,125,189); }

 H1.HeaderClassName
 {
   color: #EB7DBD;
 }
 .AnyTagClassName
 {
   color: #EB7DBD;
 }
</style>
background-color css

<style>
 a { background-color: #EB7DBD; }

 a { background-color: rgb(235,125,189); }

 div.DivClassName
 {
   background-color: #EB7DBD;
 }
 .BgClassName
 {
   background-color: #EB7DBD;
 }
</style>
border-color css

<style>
 span { border-color: #EB7DBD; }

 span { border-color: rgb(235,125,189); }

 td.TdClassName
 {
   border-color: #EB7DBD;
 }
 .TagClassName
 {
   border-color: #EB7DBD;
 }
</style>