Html Css Color HEX #EE308D Deep Cerise

📋 copy color: '#EE308D'

red 238 ◦ green 48 ◦ blue 141

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

Shades of Deep Cerise #EE308D

Tints of Deep Cerise #EE308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 33.02%

R = 55.74%
G = 11.24%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE308D (or 0xEE308D) is known color: Deep Cerise. HEX triplet: EE, 30 and 8D. RGB value is (238,48,141). Sum of RGB (Red+Green+Blue) = 238+48+141=427 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.74% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 238 - color contains mainly: red. Hex color #EE308D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE308D is #11CF72. Grayscale: #737373. Windows color (decimal): -1167219 or 9253102. OLE color: 9253102.

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

Color convert

RGB 238 48 141 -
CMYK 0 0.80 0.41 0.07
HSL 330.63º 0.85% 0.56% -
HSV(B) 330.63º 0.8% 0.93% -
XYZ 41.12 22.21 27.32 -
YUV 115.41 142.45 215.44 -
System Red Green Blue C M Y K H S L
Decimal 238 48 141 0 0.80 0.41 0.07 330.63 0.85 0.56
Hex EE 30 8D 0 50 29 7 14B 55 38
Octal 356 60 215 0 120 51 7 513 125 70
Binary 11101110 110000 10001101 0 1010000 101001 111 101001011 1010101 111000

Color Harmonies of #EE308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE308D

Black with #EE308D

Text Example


Text Example

White with #EE308D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE308D; }

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

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

background-color css

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

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

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

border-color css

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

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

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