#EE2262

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

Shades of Cerise #EE2262

Tints of Cerise #EE2262

Color information

#EE2262 (or 0xEE2262) is unknown color: approx Cerise. HEX triplet: EE, 22 and 62. RGB value is (238,34,98). Sum of RGB (Red+Green+Blue) = 238+34+98=370 (49% of max value = 765). Red value is 238 (93.36% from 255 or 64.32% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 98 (38.67% from 255 or 26.49% from 370); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2262 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2262 is #11DD9D. Grayscale: #666666. Windows color (decimal): -1170846 or 6431470. OLE color: 6431470.

HSL color Cylindrical-coordinate representation of color #EE2262: hue angle of 341.18º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE2262 is Cyan = 0, Magento = 0.86, Yellow = 0.59 and Black (K on CMYK) = 0.07.

Color convert

RGB2383498-
CMYK00.860.590.07
HSL341.18º85.71%53.33%-
HSV(B)341.18º85.71%93.33%-
XYZ38.0420.213.45-
YUV102.29125.59224.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 64.32%
GREEN value IS 34 (13.67% from 255) = 9.19%
BLUE value IS 98 (38.67% from 255) = 26.49%
R=64.32%
G=9.19%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238349800.860.590.07341.1885.7153.33
HexEE22620563B71555635
Octal35642142012673752512665
Binary111011101000101100010010101101110111111010101011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2262; }

 p { color: rgb(238,34,98); }

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

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

 a { background-color: rgb(238,34,98); }

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

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

 span { border-color: rgb(238,34,98); }

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