Html Css Color HEX #EE2570 Cerise

📋 copy color: '#EE2570'

red 238 ◦ green 37 ◦ blue 112

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

Shades of Cerise #EE2570

Tints of Cerise #EE2570

RGB

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

 GREEN value IS 37 (14.84% from 255) = 9.56%

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

R = 61.5%
G = 9.56%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EE2570 (or 0xEE2570) is known color: Cerise. HEX triplet: EE, 25 and 70. RGB value is (238,37,112). Sum of RGB (Red+Green+Blue) = 238+37+112=387 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.50% from 387); Green value is 37 (14.84% from 255 or 9.56% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2570 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE2570 is #11DA8F. Grayscale: #696969. Windows color (decimal): -1170064 or 7349742. OLE color: 7349742.

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

Color convert

RGB 238 37 112 -
CMYK 0 0.84 0.53 0.07
HSL 337.61º 0.86% 0.54% -
HSV(B) 337.61º 0.84% 0.93% -
XYZ 38.85 20.67 17.27 -
YUV 105.65 131.59 222.4 -
System Red Green Blue C M Y K H S L
Decimal 238 37 112 0 0.84 0.53 0.07 337.61 0.86 0.54
Hex EE 25 70 0 54 35 7 152 56 36
Octal 356 45 160 0 124 65 7 522 126 66
Binary 11101110 100101 1110000 0 1010100 110101 111 101010010 1010110 110110

Color Harmonies of #EE2570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2570

Black with #EE2570

Text Example


Text Example

White with #EE2570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2570; }

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

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

background-color css

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

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

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

border-color css

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

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

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