#EE2F6E

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

Shades of Cerise #EE2F6E

Tints of Cerise #EE2F6E

Color information

#EE2F6E (or 0xEE2F6E) is unknown color: approx Cerise. HEX triplet: EE, 2F and 6E. RGB value is (238,47,110). Sum of RGB (Red+Green+Blue) = 238+47+110=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 110 (43.36% from 255 or 27.85% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2F6E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2F6E is #11D091. Grayscale: #6F6F6F. Windows color (decimal): -1167506 or 7221230. OLE color: 7221230.

HSL color Cylindrical-coordinate representation of color #EE2F6E: hue angle of 340.21º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2F6E is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB23847110-
CMYK00.800.540.07
HSL340.21º84.89%55.88%-
HSV(B)340.21º80.25%93.33%-
XYZ39.0921.3416.81-
YUV111.29127.28218.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 60.25%
GREEN value IS 47 (18.75% from 255) = 11.90%
BLUE value IS 110 (43.36% from 255) = 27.85%
R=60.25%
G=11.90%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2384711000.800.540.07340.2184.8955.88
HexEE2F6E0503671545538
Octal35657156012066752412570
Binary111011101011111101110010100001101101111010101001010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE2F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE2F6E; }

 p { color: rgb(238,47,110); }

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

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

 a { background-color: rgb(238,47,110); }

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

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

 span { border-color: rgb(238,47,110); }

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