Html Css Color HEX #EF0994 Hollywood Cerise

📋 copy color: '#EF0994'

red 239 ◦ green 9 ◦ blue 148

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

Shades of Hollywood Cerise #EF0994

Tints of Hollywood Cerise #EF0994

RGB

 RED value IS 239 (93.75% from 255) = 60.35%

 GREEN value IS 9 (3.91% from 255) = 2.27%

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

R = 60.35%
G = 2.27%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#EF0994 (or 0xEF0994) is known color: Hollywood Cerise. HEX triplet: EF, 09 and 94. RGB value is (239,9,148). Sum of RGB (Red+Green+Blue) = 239+9+148=396 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.35% from 396); Green value is 9 (3.91% from 255 or 2.27% from 396); Blue value is 148 (58.20% from 255 or 37.37% from 396); Max value from RGB is 239 - color contains mainly: red. Hex color #EF0994 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF0994 is #10F66B. Grayscale: #5D5D5D. Windows color (decimal): -1111660 or 9701871. OLE color: 9701871.

HSL color Cylindrical-coordinate representation of color #EF0994: hue angle of 323.74º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EF0994 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 9 148 -
CMYK 0 0.96 0.38 0.06
HSL 323.74º 0.93% 0.49% -
HSV(B) 323.74º 0.96% 0.94% -
XYZ 41.04 20.68 29.85 -
YUV 93.62 158.7 231.7 -
System Red Green Blue C M Y K H S L
Decimal 239 9 148 0 0.96 0.38 0.06 323.74 0.93 0.49
Hex EF 9 94 0 60 26 6 144 5D 31
Octal 357 11 224 0 140 46 6 504 135 61
Binary 11101111 1001 10010100 0 1100000 100110 110 101000100 1011101 110001

Color Harmonies of #EF0994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF0994

Black with #EF0994

Text Example


Text Example

White with #EF0994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF0994; }

 p { color: rgb(239,9,148); }

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

background-color css

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

 a { background-color: rgb(239,9,148); }

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

border-color css

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

 span { border-color: rgb(239,9,148); }

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