#EE2264

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

Shades of Cerise #EE2264

Tints of Cerise #EE2264

Color information

#EE2264 (or 0xEE2264) is unknown color: approx Cerise. HEX triplet: EE, 22 and 64. RGB value is (238,34,100). Sum of RGB (Red+Green+Blue) = 238+34+100=372 (49% of max value = 765). Red value is 238 (93.36% from 255 or 63.98% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 100 (39.45% from 255 or 26.88% from 372); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2264 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2264 is #11DD9B. Grayscale: #666666. Windows color (decimal): -1170844 or 6562542. OLE color: 6562542.

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

Color convert

RGB23834100-
CMYK00.860.580.07
HSL340.59º85.71%53.33%-
HSV(B)340.59º85.71%93.33%-
XYZ38.1320.2413.95-
YUV102.52126.59224.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 63.98%
GREEN value IS 34 (13.67% from 255) = 9.14%
BLUE value IS 100 (39.45% from 255) = 26.88%
R=63.98%
G=9.14%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2383410000.860.580.07340.5985.7153.33
HexEE22640563A71555635
Octal35642144012672752512665
Binary111011101000101100100010101101110101111010101011010110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2264; }

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

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

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

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

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

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

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

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