Html Css Color HEX #EF00AC Hollywood Cerise

📋 copy color: '#EF00AC'

red 239 ◦ green 0 ◦ blue 172

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

Shades of Hollywood Cerise #EF00AC

Tints of Hollywood Cerise #EF00AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.85%

R = 58.15%
G = 0%
B = 41.85%

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

#EF00AC (or 0xEF00AC) is known color: Hollywood Cerise. HEX triplet: EF, 00 and AC. RGB value is (239,0,172). Sum of RGB (Red+Green+Blue) = 239+0+172=411 (54% of max value = 765). Red value is 239 (93.75% from 255 or 58.15% from 411); Green value is 0 (0.39% from 255 or 0% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00AC is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF00AC is #10FF53. Grayscale: #5A5A5A. Windows color (decimal): -1113940 or 11272431. OLE color: 11272431.

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

Color convert

RGB 239 0 172 -
CMYK 0 1 0.28 0.06
HSL 316.82º 1% 0.47% -
HSV(B) 316.82º 1% 0.94% -
XYZ 43.04 21.33 40.88 -
YUV 91.07 173.68 233.51 -
System Red Green Blue C M Y K H S L
Decimal 239 0 172 0 1 0.28 0.06 316.82 1 0.47
Hex EF 0 AC 0 64 1C 6 13D 64 2F
Octal 357 0 254 0 144 34 6 475 144 57
Binary 11101111 0 10101100 0 1100100 11100 110 100111101 1100100 101111

Color Harmonies of #EF00AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00AC

Black with #EF00AC

Text Example


Text Example

White with #EF00AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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