Html Css Color HEX #EF05A1 Hollywood Cerise

📋 copy color: '#EF05A1'

red 239 ◦ green 5 ◦ blue 161

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

Shades of Hollywood Cerise #EF05A1

Tints of Hollywood Cerise #EF05A1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.23%

 BLUE value IS 161 (63.28% from 255) = 39.75%

R = 59.01%
G = 1.23%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EF05A1 (or 0xEF05A1) is known color: Hollywood Cerise. HEX triplet: EF, 05 and A1. RGB value is (239,5,161). Sum of RGB (Red+Green+Blue) = 239+5+161=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 161 (63.28% from 255 or 39.75% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05A1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF05A1 is #10FA5E. Grayscale: #5C5C5C. Windows color (decimal): -1112671 or 10552815. OLE color: 10552815.

HSL color Cylindrical-coordinate representation of color #EF05A1: hue angle of 320º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EF05A1 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 5 161 -
CMYK 0 0.98 0.33 0.06
HSL 320º 0.96% 0.48% -
HSV(B) 320º 0.98% 0.94% -
XYZ 42.08 21.03 35.56 -
YUV 92.75 166.52 232.32 -
System Red Green Blue C M Y K H S L
Decimal 239 5 161 0 0.98 0.33 0.06 320 0.96 0.48
Hex EF 5 A1 0 62 21 6 140 60 30
Octal 357 5 241 0 142 41 6 500 140 60
Binary 11101111 101 10100001 0 1100010 100001 110 101000000 1100000 110000

Color Harmonies of #EF05A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF05A1

Black with #EF05A1

Text Example


Text Example

White with #EF05A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF05A1; }

 p { color: rgb(239,5,161); }

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

background-color css

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

 a { background-color: rgb(239,5,161); }

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

border-color css

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

 span { border-color: rgb(239,5,161); }

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