Html Css Color HEX #EC058D Hollywood Cerise

📋 copy color: '#EC058D'

red 236 ◦ green 5 ◦ blue 141

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

Shades of Hollywood Cerise #EC058D

Tints of Hollywood Cerise #EC058D

RGB

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

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

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

R = 61.78%
G = 1.31%
B = 36.91%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC058D (or 0xEC058D) is known color: Hollywood Cerise. HEX triplet: EC, 05 and 8D. RGB value is (236,5,141). Sum of RGB (Red+Green+Blue) = 236+5+141=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 5 (2.34% from 255 or 1.31% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC058D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC058D is #13FA72. Grayscale: #595959. Windows color (decimal): -1309299 or 9242092. OLE color: 9242092.

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

Color convert

RGB 236 5 141 -
CMYK 0 0.98 0.40 0.07
HSL 324.68º 0.96% 0.47% -
HSV(B) 324.68º 0.98% 0.93% -
XYZ 39.45 19.86 26.95 -
YUV 89.57 157.03 232.44 -
System Red Green Blue C M Y K H S L
Decimal 236 5 141 0 0.98 0.40 0.07 324.68 0.96 0.47
Hex EC 5 8D 0 62 28 7 145 60 2F
Octal 354 5 215 0 142 50 7 505 140 57
Binary 11101100 101 10001101 0 1100010 101000 111 101000101 1100000 101111

Color Harmonies of #EC058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC058D

Black with #EC058D

Text Example


Text Example

White with #EC058D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC058D; }

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

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

background-color css

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

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

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

border-color css

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

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

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