Html Css Color HEX #EF01AB Hollywood Cerise

📋 copy color: '#EF01AB'

red 239 ◦ green 1 ◦ blue 171

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

Shades of Hollywood Cerise #EF01AB

Tints of Hollywood Cerise #EF01AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 58.15%
G = 0.24%
B = 41.61%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF01AB (or 0xEF01AB) is known color: Hollywood Cerise. HEX triplet: EF, 01 and AB. RGB value is (239,1,171). Sum of RGB (Red+Green+Blue) = 239+1+171=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 1 (0.78% from 255 or 0.24% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF01AB is #10FE54. Grayscale: #5B5B5B. Windows color (decimal): -1113685 or 11207151. OLE color: 11207151.

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

Color convert

RGB 239 1 171 -
CMYK 0 1.00 0.28 0.06
HSL 317.14º 0.99% 0.47% -
HSV(B) 317.14º 1% 0.94% -
XYZ 42.96 21.31 40.38 -
YUV 91.54 172.85 233.18 -
System Red Green Blue C M Y K H S L
Decimal 239 1 171 0 1.00 0.28 0.06 317.14 0.99 0.47
Hex EF 1 AB 0 64 1C 6 13D 63 2F
Octal 357 1 253 0 144 34 6 475 143 57
Binary 11101111 1 10101011 0 1100100 11100 110 100111101 1100011 101111

Color Harmonies of #EF01AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01AB

Black with #EF01AB

Text Example


Text Example

White with #EF01AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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