Html Css Color HEX #EE038D Hollywood Cerise

📋 copy color: '#EE038D'

red 238 ◦ green 3 ◦ blue 141

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

Shades of Hollywood Cerise #EE038D

Tints of Hollywood Cerise #EE038D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.79%

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

R = 62.3%
G = 0.79%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EE038D (or 0xEE038D) is known color: Hollywood Cerise. HEX triplet: EE, 03 and 8D. RGB value is (238,3,141). Sum of RGB (Red+Green+Blue) = 238+3+141=382 (50% of max value = 765). Red value is 238 (93.36% from 255 or 62.30% from 382); Green value is 3 (1.56% from 255 or 0.79% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 238 - color contains mainly: red. Hex color #EE038D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE038D is #11FC72. Grayscale: #585858. Windows color (decimal): -1178739 or 9241582. OLE color: 9241582.

HSL color Cylindrical-coordinate representation of color #EE038D: hue angle of 324.77º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EE038D is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 3 141 -
CMYK 0 0.99 0.41 0.07
HSL 324.77º 0.98% 0.47% -
HSV(B) 324.77º 0.99% 0.93% -
XYZ 40.1 20.17 26.98 -
YUV 89 157.36 234.28 -
System Red Green Blue C M Y K H S L
Decimal 238 3 141 0 0.99 0.41 0.07 324.77 0.98 0.47
Hex EE 3 8D 0 63 29 7 145 62 2F
Octal 356 3 215 0 143 51 7 505 142 57
Binary 11101110 11 10001101 0 1100011 101001 111 101000101 1100010 101111

Color Harmonies of #EE038D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE038D

Black with #EE038D

Text Example


Text Example

White with #EE038D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE038D; }

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

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

background-color css

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

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

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

border-color css

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

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

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