#EE2268

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

Shades of Cerise #EE2268

Tints of Cerise #EE2268

Color information

#EE2268 (or 0xEE2268) is unknown color: approx Cerise. HEX triplet: EE, 22 and 68. RGB value is (238,34,104). Sum of RGB (Red+Green+Blue) = 238+34+104=376 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.30% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2268 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2268 is #11DD97. Grayscale: #666666. Windows color (decimal): -1170840 or 6824686. OLE color: 6824686.

HSL color Cylindrical-coordinate representation of color #EE2268: hue angle of 339.41º 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 #EE2268 is Cyan = 0, Magento = 0.86, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB23834104-
CMYK00.860.560.07
HSL339.41º85.71%53.33%-
HSV(B)339.41º85.71%93.33%-
XYZ38.3320.3215-
YUV102.98128.59224.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 63.30%
GREEN value IS 34 (13.67% from 255) = 9.04%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=63.30%
G=9.04%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383410400.860.560.07339.4185.7153.33
HexEE22680563871535635
Octal35642150012670752312665
Binary111011101000101101000010101101110001111010100111010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2268; }

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

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

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

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

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

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

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

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