Html Css Color HEX #EF05AF Hollywood Cerise

📋 copy color: '#EF05AF'

red 239 ◦ green 5 ◦ blue 175

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

Shades of Hollywood Cerise #EF05AF

Tints of Hollywood Cerise #EF05AF

RGB

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

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

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

R = 57.04%
G = 1.19%
B = 41.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF05AF (or 0xEF05AF) is known color: Hollywood Cerise. HEX triplet: EF, 05 and AF. RGB value is (239,5,175). Sum of RGB (Red+Green+Blue) = 239+5+175=419 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.04% from 419); Green value is 5 (2.34% from 255 or 1.19% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 239 - color contains mainly: red. Hex color #EF05AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF05AF is #10FA50. Grayscale: #5D5D5D. Windows color (decimal): -1112657 or 11470319. OLE color: 11470319.

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

Color convert

RGB 239 5 175 -
CMYK 0 0.98 0.27 0.06
HSL 316.41º 0.96% 0.48% -
HSV(B) 316.41º 0.98% 0.94% -
XYZ 43.39 21.55 42.43 -
YUV 94.35 173.52 231.18 -
System Red Green Blue C M Y K H S L
Decimal 239 5 175 0 0.98 0.27 0.06 316.41 0.96 0.48
Hex EF 5 AF 0 62 1B 6 13C 60 30
Octal 357 5 257 0 142 33 6 474 140 60
Binary 11101111 101 10101111 0 1100010 11011 110 100111100 1100000 110000

Color Harmonies of #EF05AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF05AF

Black with #EF05AF

Text Example


Text Example

White with #EF05AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF05AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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