Html Css Color HEX #EF00AF Hollywood Cerise

📋 copy color: '#EF00AF'

red 239 ◦ green 0 ◦ blue 175

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

Shades of Hollywood Cerise #EF00AF

Tints of Hollywood Cerise #EF00AF

RGB

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

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

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

R = 57.73%
G = 0%
B = 42.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF00AF (or 0xEF00AF) is known color: Hollywood Cerise. HEX triplet: EF, 00 and AF. RGB value is (239,0,175). Sum of RGB (Red+Green+Blue) = 239+0+175=414 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.73% from 414); Green value is 0 (0.39% from 255 or 0% from 414); Blue value is 175 (68.75% from 255 or 42.27% from 414); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF00AF is #10FF50. Grayscale: #5A5A5A. Windows color (decimal): -1113937 or 11469039. OLE color: 11469039.

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

Color convert

RGB 239 0 175 -
CMYK 0 1 0.27 0.06
HSL 316.07º 1% 0.47% -
HSV(B) 316.07º 1% 0.94% -
XYZ 43.33 21.45 42.41 -
YUV 91.41 175.18 233.27 -
System Red Green Blue C M Y K H S L
Decimal 239 0 175 0 1 0.27 0.06 316.07 1 0.47
Hex EF 0 AF 0 64 1B 6 13C 64 2F
Octal 357 0 257 0 144 33 6 474 144 57
Binary 11101111 0 10101111 0 1100100 11011 110 100111100 1100100 101111

Color Harmonies of #EF00AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00AF

Black with #EF00AF

Text Example


Text Example

White with #EF00AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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