Html Css Color HEX #EE2970 Cerise

📋 copy color: '#EE2970'

red 238 ◦ green 41 ◦ blue 112

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

Shades of Cerise #EE2970

Tints of Cerise #EE2970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.49%

 BLUE value IS 112 (44.14% from 255) = 28.64%

R = 60.87%
G = 10.49%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE2970 (or 0xEE2970) is known color: Cerise. HEX triplet: EE, 29 and 70. RGB value is (238,41,112). Sum of RGB (Red+Green+Blue) = 238+41+112=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 41 (16.41% from 255 or 10.49% from 391); Blue value is 112 (44.14% from 255 or 28.64% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2970 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2970 is #11D68F. Grayscale: #6B6B6B. Windows color (decimal): -1169040 or 7350766. OLE color: 7350766.

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

Color convert

RGB 238 41 112 -
CMYK 0 0.83 0.53 0.07
HSL 338.38º 0.85% 0.55% -
HSV(B) 338.38º 0.83% 0.93% -
XYZ 38.98 20.93 17.32 -
YUV 108 130.27 220.73 -
System Red Green Blue C M Y K H S L
Decimal 238 41 112 0 0.83 0.53 0.07 338.38 0.85 0.55
Hex EE 29 70 0 53 35 7 152 55 37
Octal 356 51 160 0 123 65 7 522 125 67
Binary 11101110 101001 1110000 0 1010011 110101 111 101010010 1010101 110111

Color Harmonies of #EE2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2970

Black with #EE2970

Text Example


Text Example

White with #EE2970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2970; }

 p { color: rgb(238,41,112); }

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

background-color css

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

 a { background-color: rgb(238,41,112); }

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

border-color css

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

 span { border-color: rgb(238,41,112); }

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