Html Css Color HEX #EC048B Hollywood Cerise

📋 copy color: '#EC048B'

red 236 ◦ green 4 ◦ blue 139

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

Shades of Hollywood Cerise #EC048B

Tints of Hollywood Cerise #EC048B

RGB

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

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

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

R = 62.27%
G = 1.06%
B = 36.68%

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

#EC048B (or 0xEC048B) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 8B. RGB value is (236,4,139). Sum of RGB (Red+Green+Blue) = 236+4+139=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 139 (54.69% from 255 or 36.68% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC048B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC048B is #13FB74. Grayscale: #585858. Windows color (decimal): -1309557 or 9110764. OLE color: 9110764.

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

Color convert

RGB 236 4 139 -
CMYK 0 0.98 0.41 0.07
HSL 325.09º 0.97% 0.47% -
HSV(B) 325.09º 0.98% 0.93% -
XYZ 39.3 19.78 26.17 -
YUV 88.76 156.36 233.02 -
System Red Green Blue C M Y K H S L
Decimal 236 4 139 0 0.98 0.41 0.07 325.09 0.97 0.47
Hex EC 4 8B 0 62 29 7 145 61 2F
Octal 354 4 213 0 142 51 7 505 141 57
Binary 11101100 100 10001011 0 1100010 101001 111 101000101 1100001 101111

Color Harmonies of #EC048B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC048B

Black with #EC048B

Text Example


Text Example

White with #EC048B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC048B; }

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

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

background-color css

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

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

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

border-color css

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

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

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