Html Css Color HEX #EC048E Hollywood Cerise

📋 copy color: '#EC048E'

red 236 ◦ green 4 ◦ blue 142

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

Shades of Hollywood Cerise #EC048E

Tints of Hollywood Cerise #EC048E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.17%

R = 61.78%
G = 1.05%
B = 37.17%

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

#EC048E (or 0xEC048E) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 8E. RGB value is (236,4,142). Sum of RGB (Red+Green+Blue) = 236+4+142=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 142 (55.86% from 255 or 37.17% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC048E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC048E is #13FB71. Grayscale: #585858. Windows color (decimal): -1309554 or 9307372. OLE color: 9307372.

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

Color convert

RGB 236 4 142 -
CMYK 0 0.98 0.40 0.07
HSL 324.31º 0.97% 0.47% -
HSV(B) 324.31º 0.98% 0.93% -
XYZ 39.52 19.87 27.34 -
YUV 89.1 157.86 232.78 -
System Red Green Blue C M Y K H S L
Decimal 236 4 142 0 0.98 0.40 0.07 324.31 0.97 0.47
Hex EC 4 8E 0 62 28 7 144 61 2F
Octal 354 4 216 0 142 50 7 504 141 57
Binary 11101100 100 10001110 0 1100010 101000 111 101000100 1100001 101111

Color Harmonies of #EC048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC048E

Black with #EC048E

Text Example


Text Example

White with #EC048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC048E; }

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

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

background-color css

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

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

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

border-color css

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

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

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