Html Css Color HEX #EC049B Hollywood Cerise

📋 copy color: '#EC049B'

red 236 ◦ green 4 ◦ blue 155

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

Shades of Hollywood Cerise #EC049B

Tints of Hollywood Cerise #EC049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.01%

 BLUE value IS 155 (60.94% from 255) = 39.24%

R = 59.75%
G = 1.01%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC049B (or 0xEC049B) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 9B. RGB value is (236,4,155). Sum of RGB (Red+Green+Blue) = 236+4+155=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 155 (60.94% from 255 or 39.24% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC049B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC049B is #13FB64. Grayscale: #5A5A5A. Windows color (decimal): -1309541 or 10159340. OLE color: 10159340.

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

Color convert

RGB 236 4 155 -
CMYK 0 0.98 0.34 0.07
HSL 320.95º 0.97% 0.47% -
HSV(B) 320.95º 0.98% 0.93% -
XYZ 40.55 20.29 32.79 -
YUV 90.58 164.36 231.72 -
System Red Green Blue C M Y K H S L
Decimal 236 4 155 0 0.98 0.34 0.07 320.95 0.97 0.47
Hex EC 4 9B 0 62 22 7 141 61 2F
Octal 354 4 233 0 142 42 7 501 141 57
Binary 11101100 100 10011011 0 1100010 100010 111 101000001 1100001 101111

Color Harmonies of #EC049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC049B

Black with #EC049B

Text Example


Text Example

White with #EC049B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC049B; }

 p { color: rgb(236,4,155); }

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

background-color css

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

 a { background-color: rgb(236,4,155); }

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

border-color css

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

 span { border-color: rgb(236,4,155); }

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