Html Css Color HEX #EF009A Hollywood Cerise

📋 copy color: '#EF009A'

red 239 ◦ green 0 ◦ blue 154

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

Shades of Hollywood Cerise #EF009A

Tints of Hollywood Cerise #EF009A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 154 (60.55% from 255) = 39.19%

R = 60.81%
G = 0%
B = 39.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF009A (or 0xEF009A) is known color: Hollywood Cerise. HEX triplet: EF, 00 and 9A. RGB value is (239,0,154). Sum of RGB (Red+Green+Blue) = 239+0+154=393 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.81% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 154 (60.55% from 255 or 39.19% from 393); Max value from RGB is 239 - color contains mainly: red. Hex color #EF009A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF009A is #10FF65. Grayscale: #585858. Windows color (decimal): -1113958 or 10092783. OLE color: 10092783.

HSL color Cylindrical-coordinate representation of color #EF009A: hue angle of 321.34º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EF009A is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 0 154 -
CMYK 0 1 0.36 0.06
HSL 321.34º 1% 0.47% -
HSV(B) 321.34º 1% 0.94% -
XYZ 41.43 20.68 32.38 -
YUV 89.02 164.68 234.98 -
System Red Green Blue C M Y K H S L
Decimal 239 0 154 0 1 0.36 0.06 321.34 1 0.47
Hex EF 0 9A 0 64 24 6 141 64 2F
Octal 357 0 232 0 144 44 6 501 144 57
Binary 11101111 0 10011010 0 1100100 100100 110 101000001 1100100 101111

Color Harmonies of #EF009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF009A

Black with #EF009A

Text Example


Text Example

White with #EF009A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF009A; }

 p { color: rgb(239,0,154); }

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

background-color css

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

 a { background-color: rgb(239,0,154); }

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

border-color css

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

 span { border-color: rgb(239,0,154); }

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