Html Css Color HEX #EC058B Hollywood Cerise

📋 copy color: '#EC058B'

red 236 ◦ green 5 ◦ blue 139

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

Shades of Hollywood Cerise #EC058B

Tints of Hollywood Cerise #EC058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 36.58%

R = 62.11%
G = 1.32%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EC058B (or 0xEC058B) is known color: Hollywood Cerise. HEX triplet: EC, 05 and 8B. RGB value is (236,5,139). Sum of RGB (Red+Green+Blue) = 236+5+139=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 5 (2.34% from 255 or 1.32% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC058B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC058B is #13FA74. Grayscale: #595959. Windows color (decimal): -1309301 or 9111020. OLE color: 9111020.

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

Color convert

RGB 236 5 139 -
CMYK 0 0.98 0.41 0.07
HSL 325.19º 0.96% 0.47% -
HSV(B) 325.19º 0.98% 0.93% -
XYZ 39.31 19.81 26.18 -
YUV 89.35 156.03 232.6 -
System Red Green Blue C M Y K H S L
Decimal 236 5 139 0 0.98 0.41 0.07 325.19 0.96 0.47
Hex EC 5 8B 0 62 29 7 145 60 2F
Octal 354 5 213 0 142 51 7 505 140 57
Binary 11101100 101 10001011 0 1100010 101001 111 101000101 1100000 101111

Color Harmonies of #EC058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC058B

Black with #EC058B

Text Example


Text Example

White with #EC058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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