#E07EB0

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

Shades of Persian Pink #E07EB0

Tints of Persian Pink #E07EB0

Color information

#E07EB0 (or 0xE07EB0) is unknown color: approx Persian Pink. HEX triplet: E0, 7E and B0. RGB value is (224,126,176). Sum of RGB (Red+Green+Blue) = 224+126+176=526 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.59% from 526); Green value is 126 (49.61% from 255 or 23.95% from 526); Blue value is 176 (69.14% from 255 or 33.46% from 526); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07EB0 is #1F814F. Grayscale: #A0A0A0. Windows color (decimal): -2064720 or 11566816. OLE color: 11566816.

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

Color convert

RGB224126176-
CMYK00.440.210.12
HSL329.39º61.25%68.63%-
HSV(B)329.39º43.75%87.84%-
XYZ46.0433.945.19-
YUV161136.47172.93-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.59%
GREEN value IS 126 (49.61% from 255) = 23.95%
BLUE value IS 176 (69.14% from 255) = 33.46%
R=42.59%
G=23.95%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412617600.440.210.12329.3961.2568.63
HexE07EB002C15C1493d45
Octal340176260054251451175105
Binary1110000011111101011000001011001010111001010010011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07EB0; }

 p { color: rgb(224,126,176); }

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

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

 a { background-color: rgb(224,126,176); }

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

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

 span { border-color: rgb(224,126,176); }

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