Html Css Color HEX #EE2580 Deep Cerise

📋 copy color: '#EE2580'

red 238 ◦ green 37 ◦ blue 128

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

Shades of Deep Cerise #EE2580

Tints of Deep Cerise #EE2580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.76%

R = 59.06%
G = 9.18%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE2580 (or 0xEE2580) is known color: Deep Cerise. HEX triplet: EE, 25 and 80. RGB value is (238,37,128). Sum of RGB (Red+Green+Blue) = 238+37+128=403 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.06% from 403); Green value is 37 (14.84% from 255 or 9.18% from 403); Blue value is 128 (50.39% from 255 or 31.76% from 403); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2580 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2580 is #11DA7F. Grayscale: #6B6B6B. Windows color (decimal): -1170048 or 8398318. OLE color: 8398318.

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

Color convert

RGB 238 37 128 -
CMYK 0 0.84 0.46 0.07
HSL 332.84º 0.86% 0.54% -
HSV(B) 332.84º 0.84% 0.93% -
XYZ 39.82 21.06 22.39 -
YUV 107.47 139.59 221.1 -
System Red Green Blue C M Y K H S L
Decimal 238 37 128 0 0.84 0.46 0.07 332.84 0.86 0.54
Hex EE 25 80 0 54 2E 7 14D 56 36
Octal 356 45 200 0 124 56 7 515 126 66
Binary 11101110 100101 10000000 0 1010100 101110 111 101001101 1010110 110110

Color Harmonies of #EE2580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2580

Black with #EE2580

Text Example


Text Example

White with #EE2580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2580; }

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

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

background-color css

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

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

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

border-color css

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

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

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