Html Css Color HEX #EE2380 Deep Cerise

📋 copy color: '#EE2380'

red 238 ◦ green 35 ◦ blue 128

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

Shades of Deep Cerise #EE2380

Tints of Deep Cerise #EE2380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.73%

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

R = 59.35%
G = 8.73%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EE2380 (or 0xEE2380) is known color: Deep Cerise. HEX triplet: EE, 23 and 80. RGB value is (238,35,128). Sum of RGB (Red+Green+Blue) = 238+35+128=401 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.35% from 401); Green value is 35 (14.06% from 255 or 8.73% from 401); Blue value is 128 (50.39% from 255 or 31.92% from 401); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2380 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2380 is #11DC7F. Grayscale: #6A6A6A. Windows color (decimal): -1170560 or 8397806. OLE color: 8397806.

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

Color convert

RGB 238 35 128 -
CMYK 0 0.85 0.46 0.07
HSL 332.51º 0.86% 0.54% -
HSV(B) 332.51º 0.85% 0.93% -
XYZ 39.76 20.94 22.37 -
YUV 106.3 140.25 221.94 -
System Red Green Blue C M Y K H S L
Decimal 238 35 128 0 0.85 0.46 0.07 332.51 0.86 0.54
Hex EE 23 80 0 55 2E 7 14D 56 36
Octal 356 43 200 0 125 56 7 515 126 66
Binary 11101110 100011 10000000 0 1010101 101110 111 101001101 1010110 110110

Color Harmonies of #EE2380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2380

Black with #EE2380

Text Example


Text Example

White with #EE2380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2380; }

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

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

background-color css

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

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

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

border-color css

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

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

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