Html Css Color HEX #EC0798 Hollywood Cerise

📋 copy color: '#EC0798'

red 236 ◦ green 7 ◦ blue 152

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

Shades of Hollywood Cerise #EC0798

Tints of Hollywood Cerise #EC0798

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.77%

 BLUE value IS 152 (59.77% from 255) = 38.48%

R = 59.75%
G = 1.77%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC0798 (or 0xEC0798) is known color: Hollywood Cerise. HEX triplet: EC, 07 and 98. RGB value is (236,7,152). Sum of RGB (Red+Green+Blue) = 236+7+152=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 7 (3.12% from 255 or 1.77% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0798 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0798 is #13F867. Grayscale: #5B5B5B. Windows color (decimal): -1308776 or 9963500. OLE color: 9963500.

HSL color Cylindrical-coordinate representation of color #EC0798: hue angle of 322.01º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC0798 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 7 152 -
CMYK 0 0.97 0.36 0.07
HSL 322.01º 0.94% 0.48% -
HSV(B) 322.01º 0.97% 0.93% -
XYZ 40.34 20.25 31.49 -
YUV 92 161.87 230.71 -
System Red Green Blue C M Y K H S L
Decimal 236 7 152 0 0.97 0.36 0.07 322.01 0.94 0.48
Hex EC 7 98 0 61 24 7 142 5E 30
Octal 354 7 230 0 141 44 7 502 136 60
Binary 11101100 111 10011000 0 1100001 100100 111 101000010 1011110 110000

Color Harmonies of #EC0798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0798

Black with #EC0798

Text Example


Text Example

White with #EC0798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0798; }

 p { color: rgb(236,7,152); }

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

background-color css

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

 a { background-color: rgb(236,7,152); }

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

border-color css

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

 span { border-color: rgb(236,7,152); }

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