Html Css Color HEX #EF00AB Hollywood Cerise

📋 copy color: '#EF00AB'

red 239 ◦ green 0 ◦ blue 171

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

Shades of Hollywood Cerise #EF00AB

Tints of Hollywood Cerise #EF00AB

RGB

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

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

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

R = 58.29%
G = 0%
B = 41.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF00AB (or 0xEF00AB) is known color: Hollywood Cerise. HEX triplet: EF, 00 and AB. RGB value is (239,0,171). Sum of RGB (Red+Green+Blue) = 239+0+171=410 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.29% from 410); Green value is 0 (0.39% from 255 or 0% from 410); Blue value is 171 (67.19% from 255 or 41.71% from 410); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF00AB is #10FF54. Grayscale: #5A5A5A. Windows color (decimal): -1113941 or 11206895. OLE color: 11206895.

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

Color convert

RGB 239 0 171 -
CMYK 0 1 0.28 0.06
HSL 317.07º 1% 0.47% -
HSV(B) 317.07º 1% 0.94% -
XYZ 42.95 21.29 40.37 -
YUV 90.96 173.18 233.6 -
System Red Green Blue C M Y K H S L
Decimal 239 0 171 0 1 0.28 0.06 317.07 1 0.47
Hex EF 0 AB 0 64 1C 6 13D 64 2F
Octal 357 0 253 0 144 34 6 475 144 57
Binary 11101111 0 10101011 0 1100100 11100 110 100111101 1100100 101111

Color Harmonies of #EF00AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00AB

Black with #EF00AB

Text Example


Text Example

White with #EF00AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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