Html Css Color HEX #EE0394 Hollywood Cerise

📋 copy color: '#EE0394'

red 238 ◦ green 3 ◦ blue 148

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

Shades of Hollywood Cerise #EE0394

Tints of Hollywood Cerise #EE0394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.05%

R = 61.18%
G = 0.77%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EE0394 (or 0xEE0394) is known color: Hollywood Cerise. HEX triplet: EE, 03 and 94. RGB value is (238,3,148). Sum of RGB (Red+Green+Blue) = 238+3+148=389 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.18% from 389); Green value is 3 (1.56% from 255 or 0.77% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 238 - color contains mainly: red. Hex color #EE0394 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EE0394 is #11FC6B. Grayscale: #595959. Windows color (decimal): -1178732 or 9700334. OLE color: 9700334.

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

Color convert

RGB 238 3 148 -
CMYK 0 0.99 0.38 0.07
HSL 322.98º 0.98% 0.47% -
HSV(B) 322.98º 0.99% 0.93% -
XYZ 40.64 20.38 29.81 -
YUV 89.8 160.86 233.71 -
System Red Green Blue C M Y K H S L
Decimal 238 3 148 0 0.99 0.38 0.07 322.98 0.98 0.47
Hex EE 3 94 0 63 26 7 143 62 2F
Octal 356 3 224 0 143 46 7 503 142 57
Binary 11101110 11 10010100 0 1100011 100110 111 101000011 1100010 101111

Color Harmonies of #EE0394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE0394

Black with #EE0394

Text Example


Text Example

White with #EE0394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE0394; }

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

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

background-color css

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

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

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

border-color css

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

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

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