Html Css Color HEX #EE3082 Deep Cerise

📋 copy color: '#EE3082'

red 238 ◦ green 48 ◦ blue 130

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

Shades of Deep Cerise #EE3082

Tints of Deep Cerise #EE3082

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.54%

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

R = 57.21%
G = 11.54%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EE3082 (or 0xEE3082) is known color: Deep Cerise. HEX triplet: EE, 30 and 82. RGB value is (238,48,130). Sum of RGB (Red+Green+Blue) = 238+48+130=416 (55% of max value = 765). Red value is 238 (93.36% from 255 or 57.21% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 130 (51.17% from 255 or 31.25% from 416); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3082 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3082 is #11CF7D. Grayscale: #727272. Windows color (decimal): -1167230 or 8532206. OLE color: 8532206.

HSL color Cylindrical-coordinate representation of color #EE3082: hue angle of 334.11º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE3082 is Cyan = 0, Magento = 0.80, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 48 130 -
CMYK 0 0.80 0.45 0.07
HSL 334.11º 0.85% 0.56% -
HSV(B) 334.11º 0.8% 0.93% -
XYZ 40.35 21.9 23.22 -
YUV 114.16 136.95 216.33 -
System Red Green Blue C M Y K H S L
Decimal 238 48 130 0 0.80 0.45 0.07 334.11 0.85 0.56
Hex EE 30 82 0 50 2D 7 14E 55 38
Octal 356 60 202 0 120 55 7 516 125 70
Binary 11101110 110000 10000010 0 1010000 101101 111 101001110 1010101 111000

Color Harmonies of #EE3082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE3082

Black with #EE3082

Text Example


Text Example

White with #EE3082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE3082; }

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

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

background-color css

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

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

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

border-color css

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

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

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