#EB7DB9

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

Shades of Persian Pink #EB7DB9

Tints of Persian Pink #EB7DB9

Color information

#EB7DB9 (or 0xEB7DB9) is unknown color: approx Persian Pink. HEX triplet: EB, 7D and B9. RGB value is (235,125,185). Sum of RGB (Red+Green+Blue) = 235+125+185=545 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.12% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 185 (72.66% from 255 or 33.94% from 545); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DB9 is #148246. Grayscale: #A4A4A4. Windows color (decimal): -1344071 or 12156395. OLE color: 12156395.

HSL color Cylindrical-coordinate representation of color #EB7DB9: hue angle of 327.27º 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 #EB7DB9 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235125185-
CMYK00.470.210.08
HSL327.27º73.33%70.59%-
HSV(B)327.27º46.81%92.16%-
XYZ50.3535.8350.16-
YUV164.73139.44178.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 43.12%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 185 (72.66% from 255) = 33.94%
R=43.12%
G=22.94%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512518500.470.210.08327.2773.3370.59
HexEB7DB902F1581474947
Octal3531752710572510507111107
Binary11101011111110110111001010111110101100010100011110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DB9; }

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

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

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

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

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

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

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

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