Html Css Color HEX #EE0395 Hollywood Cerise

📋 copy color: '#EE0395'

red 238 ◦ green 3 ◦ blue 149

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

Shades of Hollywood Cerise #EE0395

Tints of Hollywood Cerise #EE0395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.21%

R = 61.03%
G = 0.77%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EE0395 (or 0xEE0395) is known color: Hollywood Cerise. HEX triplet: EE, 03 and 95. RGB value is (238,3,149). Sum of RGB (Red+Green+Blue) = 238+3+149=390 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.03% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0395 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0395 is #11FC6A. Grayscale: #595959. Windows color (decimal): -1178731 or 9765870. OLE color: 9765870.

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

Color convert

RGB 238 3 149 -
CMYK 0 0.99 0.37 0.07
HSL 322.72º 0.98% 0.47% -
HSV(B) 322.72º 0.99% 0.93% -
XYZ 40.72 20.41 30.23 -
YUV 89.91 161.36 233.63 -
System Red Green Blue C M Y K H S L
Decimal 238 3 149 0 0.99 0.37 0.07 322.72 0.98 0.47
Hex EE 3 95 0 63 25 7 143 62 2F
Octal 356 3 225 0 143 45 7 503 142 57
Binary 11101110 11 10010101 0 1100011 100101 111 101000011 1100010 101111

Color Harmonies of #EE0395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0395

Black with #EE0395

Text Example


Text Example

White with #EE0395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0395; }

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

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

background-color css

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

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

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

border-color css

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

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

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