Html Css Color HEX #EF019D Hollywood Cerise

📋 copy color: '#EF019D'

red 239 ◦ green 1 ◦ blue 157

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

Shades of Hollywood Cerise #EF019D

Tints of Hollywood Cerise #EF019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.55%

R = 60.2%
G = 0.25%
B = 39.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.34

 K value IS 0.06

RGB Variations

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

Color information

#EF019D (or 0xEF019D) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 9D. RGB value is (239,1,157). Sum of RGB (Red+Green+Blue) = 239+1+157=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 1 (0.78% from 255 or 0.25% from 397); Blue value is 157 (61.72% from 255 or 39.55% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF019D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF019D is #10FE62. Grayscale: #595959. Windows color (decimal): -1113699 or 10289647. OLE color: 10289647.

HSL color Cylindrical-coordinate representation of color #EF019D: hue angle of 320.67º 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 #EF019D is Cyan = 0, Magento = 1.00, Yellow = 0.34 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 1 157 -
CMYK 0 1.00 0.34 0.06
HSL 320.67º 0.99% 0.47% -
HSV(B) 320.67º 1% 0.94% -
XYZ 41.69 20.81 33.72 -
YUV 89.95 165.85 234.32 -
System Red Green Blue C M Y K H S L
Decimal 239 1 157 0 1.00 0.34 0.06 320.67 0.99 0.47
Hex EF 1 9D 0 64 22 6 141 63 2F
Octal 357 1 235 0 144 42 6 501 143 57
Binary 11101111 1 10011101 0 1100100 100010 110 101000001 1100011 101111

Color Harmonies of #EF019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF019D

Black with #EF019D

Text Example


Text Example

White with #EF019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF019D; }

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

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

background-color css

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

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

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

border-color css

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

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

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