Html Css Color HEX #EC048A Hollywood Cerise

📋 copy color: '#EC048A'

red 236 ◦ green 4 ◦ blue 138

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

Shades of Hollywood Cerise #EC048A

Tints of Hollywood Cerise #EC048A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 36.51%

R = 62.43%
G = 1.06%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EC048A (or 0xEC048A) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 8A. RGB value is (236,4,138). Sum of RGB (Red+Green+Blue) = 236+4+138=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 4 (1.95% from 255 or 1.06% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC048A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC048A is #13FB75. Grayscale: #585858. Windows color (decimal): -1309558 or 9045228. OLE color: 9045228.

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

Color convert

RGB 236 4 138 -
CMYK 0 0.98 0.42 0.07
HSL 325.34º 0.97% 0.47% -
HSV(B) 325.34º 0.98% 0.93% -
XYZ 39.22 19.75 25.79 -
YUV 88.64 155.86 233.1 -
System Red Green Blue C M Y K H S L
Decimal 236 4 138 0 0.98 0.42 0.07 325.34 0.97 0.47
Hex EC 4 8A 0 62 2A 7 145 61 2F
Octal 354 4 212 0 142 52 7 505 141 57
Binary 11101100 100 10001010 0 1100010 101010 111 101000101 1100001 101111

Color Harmonies of #EC048A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC048A

Black with #EC048A

Text Example


Text Example

White with #EC048A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC048A; }

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

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

background-color css

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

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

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

border-color css

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

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

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