#E22572

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

Shades of Cerise #E22572

Tints of Cerise #E22572

Color information

#E22572 (or 0xE22572) is unknown color: approx Cerise. HEX triplet: E2, 25 and 72. RGB value is (226,37,114). Sum of RGB (Red+Green+Blue) = 226+37+114=377 (49% of max value = 765). Red value is 226 (88.67% from 255 or 59.95% from 377); Green value is 37 (14.84% from 255 or 9.81% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 226 - color contains mainly: red. Hex color #E22572 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #E22572 is #1DDA8D. Grayscale: #666666. Windows color (decimal): -1956494 or 7480802. OLE color: 7480802.

HSL color Cylindrical-coordinate representation of color #E22572: hue angle of 335.56º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E22572 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB22637114-
CMYK00.840.500.11
HSL335.56º76.52%51.57%-
HSV(B)335.56º83.63%88.63%-
XYZ35.0618.7117.68-
YUV102.29134.62216.24-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 59.95%
GREEN value IS 37 (14.84% from 255) = 9.81%
BLUE value IS 114 (44.92% from 255) = 30.24%
R=59.95%
G=9.81%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.50
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2263711400.840.500.11335.5676.5251.57
HexE2257205432B1504d34
Octal342451620124621352011564
Binary1110001010010111100100101010011001010111010100001001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E22572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E22572; }

 p { color: rgb(226,37,114); }

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

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

 a { background-color: rgb(226,37,114); }

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

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

 span { border-color: rgb(226,37,114); }

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