#E07CB3

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

Shades of Persian Pink #E07CB3

Tints of Persian Pink #E07CB3

Color information

#E07CB3 (or 0xE07CB3) is unknown color: approx Persian Pink. HEX triplet: E0, 7C and B3. RGB value is (224,124,179). Sum of RGB (Red+Green+Blue) = 224+124+179=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 124 (48.83% from 255 or 23.53% from 527); Blue value is 179 (70.31% from 255 or 33.97% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CB3 is #1F834C. Grayscale: #A0A0A0. Windows color (decimal): -2065229 or 11762912. OLE color: 11762912.

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

Color convert

RGB224124179-
CMYK00.450.200.12
HSL327º61.73%68.24%-
HSV(B)327º44.64%87.84%-
XYZ46.0833.5246.69-
YUV160.17138.63173.53-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 124 (48.83% from 255) = 23.53%
BLUE value IS 179 (70.31% from 255) = 33.97%
R=42.50%
G=23.53%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412417900.450.200.1232761.7368.24
HexE07CB302D14C1473e44
Octal340174263055241450776104
Binary1110000011111001011001101011011010011001010001111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07CB3; }

 p { color: rgb(224,124,179); }

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

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

 a { background-color: rgb(224,124,179); }

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

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

 span { border-color: rgb(224,124,179); }

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