Html Css Color HEX #EF07AB Hollywood Cerise

📋 copy color: '#EF07AB'

red 239 ◦ green 7 ◦ blue 171

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

Shades of Hollywood Cerise #EF07AB

Tints of Hollywood Cerise #EF07AB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.68%

 BLUE value IS 171 (67.19% from 255) = 41.01%

R = 57.31%
G = 1.68%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#EF07AB (or 0xEF07AB) is known color: Hollywood Cerise. HEX triplet: EF, 07 and AB. RGB value is (239,7,171). Sum of RGB (Red+Green+Blue) = 239+7+171=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF07AB is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF07AB is #10F854. Grayscale: #5E5E5E. Windows color (decimal): -1112149 or 11208687. OLE color: 11208687.

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

Color convert

RGB 239 7 171 -
CMYK 0 0.97 0.28 0.06
HSL 317.59º 0.94% 0.48% -
HSV(B) 317.59º 0.97% 0.94% -
XYZ 43.02 21.44 40.4 -
YUV 95.06 170.86 230.66 -
System Red Green Blue C M Y K H S L
Decimal 239 7 171 0 0.97 0.28 0.06 317.59 0.94 0.48
Hex EF 7 AB 0 61 1C 6 13E 5E 30
Octal 357 7 253 0 141 34 6 476 136 60
Binary 11101111 111 10101011 0 1100001 11100 110 100111110 1011110 110000

Color Harmonies of #EF07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF07AB

Black with #EF07AB

Text Example


Text Example

White with #EF07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF07AB; }

 p { color: rgb(239,7,171); }

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

background-color css

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

 a { background-color: rgb(239,7,171); }

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

border-color css

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

 span { border-color: rgb(239,7,171); }

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