Html Css Color HEX #EE2D6F Cerise

📋 copy color: '#EE2D6F'

red 238 ◦ green 45 ◦ blue 111

#EE2D6F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerise #EE2D6F

Tints of Cerise #EE2D6F

RGB

 RED value IS 238 (93.36% from 255) = 60.41%

 GREEN value IS 45 (17.97% from 255) = 11.42%

 BLUE value IS 111 (43.75% from 255) = 28.17%

R = 60.41%
G = 11.42%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE2D6F (or 0xEE2D6F) is known color: Cerise. HEX triplet: EE, 2D and 6F. RGB value is (238,45,111). Sum of RGB (Red+Green+Blue) = 238+45+111=394 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.41% from 394); Green value is 45 (17.97% from 255 or 11.42% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2D6F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2D6F is #11D290. Grayscale: #6E6E6E. Windows color (decimal): -1168017 or 7286254. OLE color: 7286254.

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

Color convert

RGB 238 45 111 -
CMYK 0 0.81 0.53 0.07
HSL 339.48º 0.85% 0.55% -
HSV(B) 339.48º 0.81% 0.93% -
XYZ 39.07 21.2 17.07 -
YUV 110.23 128.44 219.13 -
System Red Green Blue C M Y K H S L
Decimal 238 45 111 0 0.81 0.53 0.07 339.48 0.85 0.55
Hex EE 2D 6F 0 51 35 7 153 55 37
Octal 356 55 157 0 121 65 7 523 125 67
Binary 11101110 101101 1101111 0 1010001 110101 111 101010011 1010101 110111

Color Harmonies of #EE2D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2D6F

Black with #EE2D6F

Text Example


Text Example

White with #EE2D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2D6F; }

 p { color: rgb(238,45,111); }

 H1.HeaderClassName
 {
   color: #EE2D6F;
 }
 .AnyTagClassName
 {
   color: #EE2D6F;
 }
</style>

background-color css

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

 a { background-color: rgb(238,45,111); }

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

border-color css

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

 span { border-color: rgb(238,45,111); }

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