Html Css Color HEX #EF02AF Hollywood Cerise

📋 copy color: '#EF02AF'

red 239 ◦ green 2 ◦ blue 175

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

Shades of Hollywood Cerise #EF02AF

Tints of Hollywood Cerise #EF02AF

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.48%

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

R = 57.45%
G = 0.48%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#EF02AF (or 0xEF02AF) is known color: Hollywood Cerise. HEX triplet: EF, 02 and AF. RGB value is (239,2,175). Sum of RGB (Red+Green+Blue) = 239+2+175=416 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.45% from 416); Green value is 2 (1.17% from 255 or 0.48% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 239 - color contains mainly: red. Hex color #EF02AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF02AF is #10FD50. Grayscale: #5C5C5C. Windows color (decimal): -1113425 or 11469551. OLE color: 11469551.

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

Color convert

RGB 239 2 175 -
CMYK 0 0.99 0.27 0.06
HSL 316.2º 0.98% 0.47% -
HSV(B) 316.2º 0.99% 0.94% -
XYZ 43.36 21.49 42.42 -
YUV 92.59 174.52 232.43 -
System Red Green Blue C M Y K H S L
Decimal 239 2 175 0 0.99 0.27 0.06 316.2 0.98 0.47
Hex EF 2 AF 0 63 1B 6 13C 62 2F
Octal 357 2 257 0 143 33 6 474 142 57
Binary 11101111 10 10101111 0 1100011 11011 110 100111100 1100010 101111

Color Harmonies of #EF02AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF02AF

Black with #EF02AF

Text Example


Text Example

White with #EF02AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF02AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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