Html Css Color HEX #EE2586 Deep Cerise

📋 copy color: '#EE2586'

red 238 ◦ green 37 ◦ blue 134

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

Shades of Deep Cerise #EE2586

Tints of Deep Cerise #EE2586

RGB

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

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

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

R = 58.19%
G = 9.05%
B = 32.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EE2586 (or 0xEE2586) is known color: Deep Cerise. HEX triplet: EE, 25 and 86. RGB value is (238,37,134). Sum of RGB (Red+Green+Blue) = 238+37+134=409 (54% of max value = 765). Red value is 238 (93.36% from 255 or 58.19% from 409); Green value is 37 (14.84% from 255 or 9.05% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2586 is #11DA79. Grayscale: #6B6B6B. Windows color (decimal): -1170042 or 8791534. OLE color: 8791534.

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

Color convert

RGB 238 37 134 -
CMYK 0 0.84 0.44 0.07
HSL 331.04º 0.86% 0.54% -
HSV(B) 331.04º 0.84% 0.93% -
XYZ 40.22 21.22 24.53 -
YUV 108.16 142.59 220.61 -
System Red Green Blue C M Y K H S L
Decimal 238 37 134 0 0.84 0.44 0.07 331.04 0.86 0.54
Hex EE 25 86 0 54 2C 7 14B 56 36
Octal 356 45 206 0 124 54 7 513 126 66
Binary 11101110 100101 10000110 0 1010100 101100 111 101001011 1010110 110110

Color Harmonies of #EE2586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE2586

Black with #EE2586

Text Example


Text Example

White with #EE2586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE2586; }

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

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

background-color css

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

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

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

border-color css

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

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

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