Html Css Color HEX #EF01AD Hollywood Cerise

📋 copy color: '#EF01AD'

red 239 ◦ green 1 ◦ blue 173

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

Shades of Hollywood Cerise #EF01AD

Tints of Hollywood Cerise #EF01AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.89%

R = 57.87%
G = 0.24%
B = 41.89%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF01AD (or 0xEF01AD) is known color: Hollywood Cerise. HEX triplet: EF, 01 and AD. RGB value is (239,1,173). Sum of RGB (Red+Green+Blue) = 239+1+173=413 (54% of max value = 765). Red value is 239 (93.75% from 255 or 57.87% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 173 (67.97% from 255 or 41.89% from 413); Max value from RGB is 239 - color contains mainly: red. Hex color #EF01AD is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF01AD is #10FE52. Grayscale: #5B5B5B. Windows color (decimal): -1113683 or 11338223. OLE color: 11338223.

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

Color convert

RGB 239 1 173 -
CMYK 0 1.00 0.28 0.06
HSL 316.64º 0.99% 0.47% -
HSV(B) 316.64º 1% 0.94% -
XYZ 43.15 21.39 41.39 -
YUV 91.77 173.85 233.01 -
System Red Green Blue C M Y K H S L
Decimal 239 1 173 0 1.00 0.28 0.06 316.64 0.99 0.47
Hex EF 1 AD 0 64 1C 6 13D 63 2F
Octal 357 1 255 0 144 34 6 475 143 57
Binary 11101111 1 10101101 0 1100100 11100 110 100111101 1100011 101111

Color Harmonies of #EF01AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF01AD

Black with #EF01AD

Text Example


Text Example

White with #EF01AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF01AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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