Html Css Color HEX #EF058F Hollywood Cerise

📋 copy color: '#EF058F'

red 239 ◦ green 5 ◦ blue 143

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

Shades of Hollywood Cerise #EF058F

Tints of Hollywood Cerise #EF058F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 36.95%

R = 61.76%
G = 1.29%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EF058F (or 0xEF058F) is known color: Hollywood Cerise. HEX triplet: EF, 05 and 8F. RGB value is (239,5,143). Sum of RGB (Red+Green+Blue) = 239+5+143=387 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.76% from 387); Green value is 5 (2.34% from 255 or 1.29% from 387); Blue value is 143 (56.25% from 255 or 36.95% from 387); Max value from RGB is 239 - color contains mainly: red. Hex color #EF058F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF058F is #10FA70. Grayscale: #5A5A5A. Windows color (decimal): -1112689 or 9373167. OLE color: 9373167.

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

Color convert

RGB 239 5 143 -
CMYK 0 0.98 0.40 0.06
HSL 324.62º 0.96% 0.48% -
HSV(B) 324.62º 0.98% 0.94% -
XYZ 40.61 20.44 27.79 -
YUV 90.7 157.52 233.78 -
System Red Green Blue C M Y K H S L
Decimal 239 5 143 0 0.98 0.40 0.06 324.62 0.96 0.48
Hex EF 5 8F 0 62 28 6 145 60 30
Octal 357 5 217 0 142 50 6 505 140 60
Binary 11101111 101 10001111 0 1100010 101000 110 101000101 1100000 110000

Color Harmonies of #EF058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF058F

Black with #EF058F

Text Example


Text Example

White with #EF058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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