Html Css Color HEX #EE2482 Deep Cerise

📋 copy color: '#EE2482'

red 238 ◦ green 36 ◦ blue 130

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

Shades of Deep Cerise #EE2482

Tints of Deep Cerise #EE2482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.91%

 BLUE value IS 130 (51.17% from 255) = 32.18%

R = 58.91%
G = 8.91%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE2482 (or 0xEE2482) is known color: Deep Cerise. HEX triplet: EE, 24 and 82. RGB value is (238,36,130). Sum of RGB (Red+Green+Blue) = 238+36+130=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2482 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2482 is #11DB7D. Grayscale: #6A6A6A. Windows color (decimal): -1170302 or 8529134. OLE color: 8529134.

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

Color convert

RGB 238 36 130 -
CMYK 0 0.85 0.45 0.07
HSL 332.08º 0.86% 0.54% -
HSV(B) 332.08º 0.85% 0.93% -
XYZ 39.92 21.05 23.08 -
YUV 107.11 140.92 221.36 -
System Red Green Blue C M Y K H S L
Decimal 238 36 130 0 0.85 0.45 0.07 332.08 0.86 0.54
Hex EE 24 82 0 55 2D 7 14C 56 36
Octal 356 44 202 0 125 55 7 514 126 66
Binary 11101110 100100 10000010 0 1010101 101101 111 101001100 1010110 110110

Color Harmonies of #EE2482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2482

Black with #EE2482

Text Example


Text Example

White with #EE2482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2482; }

 p { color: rgb(238,36,130); }

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

background-color css

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

 a { background-color: rgb(238,36,130); }

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

border-color css

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

 span { border-color: rgb(238,36,130); }

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