Html Css Color HEX #EE2386 Deep Cerise

📋 copy color: '#EE2386'

red 238 ◦ green 35 ◦ blue 134

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

Shades of Deep Cerise #EE2386

Tints of Deep Cerise #EE2386

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 32.92%

R = 58.48%
G = 8.6%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE2386 (or 0xEE2386) is known color: Deep Cerise. HEX triplet: EE, 23 and 86. RGB value is (238,35,134). Sum of RGB (Red+Green+Blue) = 238+35+134=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 35 (14.06% from 255 or 8.60% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2386 is #11DC79. Grayscale: #6A6A6A. Windows color (decimal): -1170554 or 8791022. OLE color: 8791022.

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

Color convert

RGB 238 35 134 -
CMYK 0 0.85 0.44 0.07
HSL 330.74º 0.86% 0.54% -
HSV(B) 330.74º 0.85% 0.93% -
XYZ 40.16 21.1 24.51 -
YUV 106.98 143.25 221.45 -
System Red Green Blue C M Y K H S L
Decimal 238 35 134 0 0.85 0.44 0.07 330.74 0.86 0.54
Hex EE 23 86 0 55 2C 7 14B 56 36
Octal 356 43 206 0 125 54 7 513 126 66
Binary 11101110 100011 10000110 0 1010101 101100 111 101001011 1010110 110110

Color Harmonies of #EE2386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2386

Black with #EE2386

Text Example


Text Example

White with #EE2386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2386; }

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

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

background-color css

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

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

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

border-color css

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

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

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