Html Css Color HEX #EC048C Hollywood Cerise

📋 copy color: '#EC048C'

red 236 ◦ green 4 ◦ blue 140

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

Shades of Hollywood Cerise #EC048C

Tints of Hollywood Cerise #EC048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.84%

R = 62.11%
G = 1.05%
B = 36.84%

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

#EC048C (or 0xEC048C) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 8C. RGB value is (236,4,140). Sum of RGB (Red+Green+Blue) = 236+4+140=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 4 (1.95% from 255 or 1.05% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC048C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC048C is #13FB73. Grayscale: #585858. Windows color (decimal): -1309556 or 9176300. OLE color: 9176300.

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

Color convert

RGB 236 4 140 -
CMYK 0 0.98 0.41 0.07
HSL 324.83º 0.97% 0.47% -
HSV(B) 324.83º 0.98% 0.93% -
XYZ 39.37 19.81 26.56 -
YUV 88.87 156.86 232.94 -
System Red Green Blue C M Y K H S L
Decimal 236 4 140 0 0.98 0.41 0.07 324.83 0.97 0.47
Hex EC 4 8C 0 62 29 7 145 61 2F
Octal 354 4 214 0 142 51 7 505 141 57
Binary 11101100 100 10001100 0 1100010 101001 111 101000101 1100001 101111

Color Harmonies of #EC048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC048C

Black with #EC048C

Text Example


Text Example

White with #EC048C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC048C; }

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

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

background-color css

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

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

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

border-color css

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

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

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