#E07DBC

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

Shades of Persian Pink #E07DBC

Tints of Persian Pink #E07DBC

Color information

#E07DBC (or 0xE07DBC) is unknown color: approx Persian Pink. HEX triplet: E0, 7D and BC. RGB value is (224,125,188). Sum of RGB (Red+Green+Blue) = 224+125+188=537 (71% of max value = 765). Red value is 224 (87.89% from 255 or 41.71% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 188 (73.83% from 255 or 35.01% from 537); Max value from RGB is 224 - color contains mainly: red. Hex color #E07DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07DBC is #1F8243. Grayscale: #A1A1A1. Windows color (decimal): -2064964 or 12352992. OLE color: 12352992.

HSL color Cylindrical-coordinate representation of color #E07DBC: hue angle of 321.82º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07DBC is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB224125188-
CMYK00.440.160.12
HSL321.82º61.49%68.43%-
HSV(B)321.82º44.2%87.84%-
XYZ47.1534.1551.68-
YUV161.78142.8172.38-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.71%
GREEN value IS 125 (49.22% from 255) = 23.28%
BLUE value IS 188 (73.83% from 255) = 35.01%
R=41.71%
G=23.28%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412518800.440.160.12321.8261.4968.43
HexE07DBC02C10C1423d44
Octal340175274054201450275104
Binary1110000011111011011110001011001000011001010000101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07DBC; }

 p { color: rgb(224,125,188); }

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

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

 a { background-color: rgb(224,125,188); }

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

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

 span { border-color: rgb(224,125,188); }

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