Html Css Color HEX #EC048F Hollywood Cerise

📋 copy color: '#EC048F'

red 236 ◦ green 4 ◦ blue 143

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

Shades of Hollywood Cerise #EC048F

Tints of Hollywood Cerise #EC048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.34%

R = 61.62%
G = 1.04%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#EC048F (or 0xEC048F) is known color: Hollywood Cerise. HEX triplet: EC, 04 and 8F. RGB value is (236,4,143). Sum of RGB (Red+Green+Blue) = 236+4+143=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 4 (1.95% from 255 or 1.04% from 383); Blue value is 143 (56.25% from 255 or 37.34% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC048F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC048F is #13FB70. Grayscale: #585858. Windows color (decimal): -1309553 or 9372908. OLE color: 9372908.

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

Color convert

RGB 236 4 143 -
CMYK 0 0.98 0.39 0.07
HSL 324.05º 0.97% 0.47% -
HSV(B) 324.05º 0.98% 0.93% -
XYZ 39.59 19.9 27.74 -
YUV 89.21 158.36 232.7 -
System Red Green Blue C M Y K H S L
Decimal 236 4 143 0 0.98 0.39 0.07 324.05 0.97 0.47
Hex EC 4 8F 0 62 27 7 144 61 2F
Octal 354 4 217 0 142 47 7 504 141 57
Binary 11101100 100 10001111 0 1100010 100111 111 101000100 1100001 101111

Color Harmonies of #EC048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC048F

Black with #EC048F

Text Example


Text Example

White with #EC048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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