Html Css Color HEX #EF03AF Hollywood Cerise

📋 copy color: '#EF03AF'

red 239 ◦ green 3 ◦ blue 175

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

Shades of Hollywood Cerise #EF03AF

Tints of Hollywood Cerise #EF03AF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.72%

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

R = 57.31%
G = 0.72%
B = 41.97%

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

#EF03AF (or 0xEF03AF) is known color: Hollywood Cerise. HEX triplet: EF, 03 and AF. RGB value is (239,3,175). Sum of RGB (Red+Green+Blue) = 239+3+175=417 (55% of max value = 765). Red value is 239 (93.75% from 255 or 57.31% from 417); Green value is 3 (1.56% from 255 or 0.72% from 417); Blue value is 175 (68.75% from 255 or 41.97% from 417); Max value from RGB is 239 - color contains mainly: red. Hex color #EF03AF is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF03AF is #10FC50. Grayscale: #5C5C5C. Windows color (decimal): -1113169 or 11469807. OLE color: 11469807.

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

Color convert

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

Color Harmonies of #EF03AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF03AF

Black with #EF03AF

Text Example


Text Example

White with #EF03AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF03AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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