Html Css Color HEX #EE308A Deep Cerise

📋 copy color: '#EE308A'

red 238 ◦ green 48 ◦ blue 138

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

Shades of Deep Cerise #EE308A

Tints of Deep Cerise #EE308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.55%

R = 56.13%
G = 11.32%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EE308A (or 0xEE308A) is known color: Deep Cerise. HEX triplet: EE, 30 and 8A. RGB value is (238,48,138). Sum of RGB (Red+Green+Blue) = 238+48+138=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 48 (19.14% from 255 or 11.32% from 424); Blue value is 138 (54.30% from 255 or 32.55% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE308A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE308A is #11CF75. Grayscale: #727272. Windows color (decimal): -1167222 or 9056494. OLE color: 9056494.

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

Color convert

RGB 238 48 138 -
CMYK 0 0.80 0.42 0.07
HSL 331.58º 0.85% 0.56% -
HSV(B) 331.58º 0.8% 0.93% -
XYZ 40.9 22.13 26.16 -
YUV 115.07 140.95 215.68 -
System Red Green Blue C M Y K H S L
Decimal 238 48 138 0 0.80 0.42 0.07 331.58 0.85 0.56
Hex EE 30 8A 0 50 2A 7 14C 55 38
Octal 356 60 212 0 120 52 7 514 125 70
Binary 11101110 110000 10001010 0 1010000 101010 111 101001100 1010101 111000

Color Harmonies of #EE308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE308A

Black with #EE308A

Text Example


Text Example

White with #EE308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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