Html Css Color HEX #EF06AF Hollywood Cerise

📋 copy color: '#EF06AF'

red 239 ◦ green 6 ◦ blue 175

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

Shades of Hollywood Cerise #EF06AF

Tints of Hollywood Cerise #EF06AF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.43%

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

R = 56.9%
G = 1.43%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF06AF (or 0xEF06AF) is known color: Hollywood Cerise. HEX triplet: EF, 06 and AF. RGB value is (239,6,175). Sum of RGB (Red+Green+Blue) = 239+6+175=420 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.90% from 420); Green value is 6 (2.73% from 255 or 1.43% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 239 - color contains mainly: red. Hex color #EF06AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF06AF is #10F950. Grayscale: #5E5E5E. Windows color (decimal): -1112401 or 11470575. OLE color: 11470575.

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

Color convert

RGB 239 6 175 -
CMYK 0 0.97 0.27 0.06
HSL 316.48º 0.95% 0.48% -
HSV(B) 316.48º 0.97% 0.94% -
XYZ 43.4 21.58 42.43 -
YUV 94.93 173.19 230.76 -
System Red Green Blue C M Y K H S L
Decimal 239 6 175 0 0.97 0.27 0.06 316.48 0.95 0.48
Hex EF 6 AF 0 61 1B 6 13C 5F 30
Octal 357 6 257 0 141 33 6 474 137 60
Binary 11101111 110 10101111 0 1100001 11011 110 100111100 1011111 110000

Color Harmonies of #EF06AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF06AF

Black with #EF06AF

Text Example


Text Example

White with #EF06AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF06AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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