Html Css Color HEX #EC058F Hollywood Cerise

📋 copy color: '#EC058F'

red 236 ◦ green 5 ◦ blue 143

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

Shades of Hollywood Cerise #EC058F

Tints of Hollywood Cerise #EC058F

RGB

 RED value IS 236 (92.58% from 255) = 61.46%

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

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

R = 61.46%
G = 1.3%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC058F (or 0xEC058F) is known color: Hollywood Cerise. HEX triplet: EC, 05 and 8F. RGB value is (236,5,143). Sum of RGB (Red+Green+Blue) = 236+5+143=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 143 (56.25% from 255 or 37.24% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC058F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC058F is #13FA70. Grayscale: #595959. Windows color (decimal): -1309297 or 9373164. OLE color: 9373164.

HSL color Cylindrical-coordinate representation of color #EC058F: hue angle of 324.16º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC058F is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 5 143 -
CMYK 0 0.98 0.39 0.07
HSL 324.16º 0.96% 0.47% -
HSV(B) 324.16º 0.98% 0.93% -
XYZ 39.6 19.92 27.75 -
YUV 89.8 158.03 232.28 -
System Red Green Blue C M Y K H S L
Decimal 236 5 143 0 0.98 0.39 0.07 324.16 0.96 0.47
Hex EC 5 8F 0 62 27 7 144 60 2F
Octal 354 5 217 0 142 47 7 504 140 57
Binary 11101100 101 10001111 0 1100010 100111 111 101000100 1100000 101111

Color Harmonies of #EC058F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC058F

Black with #EC058F

Text Example


Text Example

White with #EC058F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC058F; }

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

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

background-color css

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

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

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

border-color css

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

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

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