Html Css Color HEX #EF019B Hollywood Cerise

📋 copy color: '#EF019B'

red 239 ◦ green 1 ◦ blue 155

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

Shades of Hollywood Cerise #EF019B

Tints of Hollywood Cerise #EF019B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 60.51%
G = 0.25%
B = 39.24%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#EF019B (or 0xEF019B) is known color: Hollywood Cerise. HEX triplet: EF, 01 and 9B. RGB value is (239,1,155). Sum of RGB (Red+Green+Blue) = 239+1+155=395 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.51% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 239 - color contains mainly: red. Hex color #EF019B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF019B is #10FE64. Grayscale: #595959. Windows color (decimal): -1113701 or 10158575. OLE color: 10158575.

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

Color convert

RGB 239 1 155 -
CMYK 0 1.00 0.35 0.06
HSL 321.18º 0.99% 0.47% -
HSV(B) 321.18º 1% 0.94% -
XYZ 41.52 20.74 32.82 -
YUV 89.72 164.85 234.48 -
System Red Green Blue C M Y K H S L
Decimal 239 1 155 0 1.00 0.35 0.06 321.18 0.99 0.47
Hex EF 1 9B 0 64 23 6 141 63 2F
Octal 357 1 233 0 144 43 6 501 143 57
Binary 11101111 1 10011011 0 1100100 100011 110 101000001 1100011 101111

Color Harmonies of #EF019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF019B

Black with #EF019B

Text Example


Text Example

White with #EF019B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF019B; }

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

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

background-color css

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

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

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

border-color css

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

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

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