Html Css Color HEX #EF00A7 Hollywood Cerise

📋 copy color: '#EF00A7'

red 239 ◦ green 0 ◦ blue 167

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

Shades of Hollywood Cerise #EF00A7

Tints of Hollywood Cerise #EF00A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 41.13%

R = 58.87%
G = 0%
B = 41.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.06

RGB Variations

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

Color information

#EF00A7 (or 0xEF00A7) is known color: Hollywood Cerise. HEX triplet: EF, 00 and A7. RGB value is (239,0,167). Sum of RGB (Red+Green+Blue) = 239+0+167=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 0 (0.39% from 255 or 0% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF00A7 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF00A7 is #10FF58. Grayscale: #5A5A5A. Windows color (decimal): -1113945 or 10944751. OLE color: 10944751.

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

Color convert

RGB 239 0 167 -
CMYK 0 1 0.30 0.06
HSL 318.08º 1% 0.47% -
HSV(B) 318.08º 1% 0.94% -
XYZ 42.57 21.14 38.4 -
YUV 90.5 171.18 233.92 -
System Red Green Blue C M Y K H S L
Decimal 239 0 167 0 1 0.30 0.06 318.08 1 0.47
Hex EF 0 A7 0 64 1E 6 13E 64 2F
Octal 357 0 247 0 144 36 6 476 144 57
Binary 11101111 0 10100111 0 1100100 11110 110 100111110 1100100 101111

Color Harmonies of #EF00A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF00A7

Black with #EF00A7

Text Example


Text Example

White with #EF00A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF00A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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