Html Css Color HEX #EF058D Hollywood Cerise

📋 copy color: '#EF058D'

red 239 ◦ green 5 ◦ blue 141

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

Shades of Hollywood Cerise #EF058D

Tints of Hollywood Cerise #EF058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.62%

R = 62.08%
G = 1.3%
B = 36.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EF058D (or 0xEF058D) is known color: Hollywood Cerise. HEX triplet: EF, 05 and 8D. RGB value is (239,5,141). Sum of RGB (Red+Green+Blue) = 239+5+141=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EF058D is #10FA72. Grayscale: #5A5A5A. Windows color (decimal): -1112691 or 9242095. OLE color: 9242095.

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

Color convert

RGB 239 5 141 -
CMYK 0 0.98 0.41 0.06
HSL 325.13º 0.96% 0.48% -
HSV(B) 325.13º 0.98% 0.94% -
XYZ 40.46 20.38 27 -
YUV 90.47 156.52 233.94 -
System Red Green Blue C M Y K H S L
Decimal 239 5 141 0 0.98 0.41 0.06 325.13 0.96 0.48
Hex EF 5 8D 0 62 29 6 145 60 30
Octal 357 5 215 0 142 51 6 505 140 60
Binary 11101111 101 10001101 0 1100010 101001 110 101000101 1100000 110000

Color Harmonies of #EF058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF058D

Black with #EF058D

Text Example


Text Example

White with #EF058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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