Html Css Color HEX #EF019A Hollywood Cerise

📋 copy color: '#EF019A'

red 239 ◦ green 1 ◦ blue 154

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

Shades of Hollywood Cerise #EF019A

Tints of Hollywood Cerise #EF019A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 60.66%
G = 0.25%
B = 39.09%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.36

 K value IS 0.06

RGB Variations

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

Color information

#EF019A (or 0xEF019A) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 9A. RGB value is (239,1,154). Sum of RGB (Red+Green+Blue) = 239+1+154=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 1 (0.78% from 255 or 0.25% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF019A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF019A is #10FE65. Grayscale: #595959. Windows color (decimal): -1113702 or 10093039. OLE color: 10093039.

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

Color convert

RGB 239 1 154 -
CMYK 0 1.00 0.36 0.06
HSL 321.43º 0.99% 0.47% -
HSV(B) 321.43º 1% 0.94% -
XYZ 41.44 20.71 32.38 -
YUV 89.6 164.35 234.56 -
System Red Green Blue C M Y K H S L
Decimal 239 1 154 0 1.00 0.36 0.06 321.43 0.99 0.47
Hex EF 1 9A 0 64 24 6 141 63 2F
Octal 357 1 232 0 144 44 6 501 143 57
Binary 11101111 1 10011010 0 1100100 100100 110 101000001 1100011 101111

Color Harmonies of #EF019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF019A

Black with #EF019A

Text Example


Text Example

White with #EF019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF019A; }

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

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

background-color css

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

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

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

border-color css

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

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

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