#E07CBB

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

Shades of Persian Pink #E07CBB

Tints of Persian Pink #E07CBB

Color information

#E07CBB (or 0xE07CBB) is unknown color: approx Persian Pink. HEX triplet: E0, 7C and BB. RGB value is (224,124,187). Sum of RGB (Red+Green+Blue) = 224+124+187=535 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.87% from 535); Green value is 124 (48.83% from 255 or 23.18% from 535); Blue value is 187 (73.44% from 255 or 34.95% from 535); Max value from RGB is 224 - color contains mainly: red. Hex color #E07CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07CBB is #1F8344. Grayscale: #A0A0A0. Windows color (decimal): -2065221 or 12287200. OLE color: 12287200.

HSL color Cylindrical-coordinate representation of color #E07CBB: hue angle of 322.2º 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 #E07CBB is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB224124187-
CMYK00.450.170.12
HSL322.2º61.73%68.24%-
HSV(B)322.2º44.64%87.84%-
XYZ46.9233.8551.07-
YUV161.08142.63172.88-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.87%
GREEN value IS 124 (48.83% from 255) = 23.18%
BLUE value IS 187 (73.44% from 255) = 34.95%
R=41.87%
G=23.18%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412418700.450.170.12322.261.7368.24
HexE07CBB02D11C1423e44
Octal340174273055211450276104
Binary1110000011111001011101101011011000111001010000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07CBB; }

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

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

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

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

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

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

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

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