Html Css Color HEX #EF01AF Hollywood Cerise

📋 copy color: '#EF01AF'

red 239 ◦ green 1 ◦ blue 175

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

Shades of Hollywood Cerise #EF01AF

Tints of Hollywood Cerise #EF01AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 42.17%

R = 57.59%
G = 0.24%
B = 42.17%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF01AF (or 0xEF01AF) is known color: Hollywood Cerise. HEX triplet: EF, 01 and AF. RGB value is (239,1,175). Sum of RGB (Red+Green+Blue) = 239+1+175=415 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.59% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF01AF is #10FE50. Grayscale: #5B5B5B. Windows color (decimal): -1113681 or 11469295. OLE color: 11469295.

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

Color convert

RGB 239 1 175 -
CMYK 0 1.00 0.27 0.06
HSL 316.13º 0.99% 0.47% -
HSV(B) 316.13º 1% 0.94% -
XYZ 43.35 21.47 42.42 -
YUV 92 174.85 232.85 -
System Red Green Blue C M Y K H S L
Decimal 239 1 175 0 1.00 0.27 0.06 316.13 0.99 0.47
Hex EF 1 AF 0 64 1B 6 13C 63 2F
Octal 357 1 257 0 144 33 6 474 143 57
Binary 11101111 1 10101111 0 1100100 11011 110 100111100 1100011 101111

Color Harmonies of #EF01AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01AF

Black with #EF01AF

Text Example


Text Example

White with #EF01AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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