Html Css Color HEX #EC078E Hollywood Cerise

📋 copy color: '#EC078E'

red 236 ◦ green 7 ◦ blue 142

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

Shades of Hollywood Cerise #EC078E

Tints of Hollywood Cerise #EC078E

RGB

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

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

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

R = 61.3%
G = 1.82%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EC078E (or 0xEC078E) is known color: Hollywood Cerise. HEX triplet: EC, 07 and 8E. RGB value is (236,7,142). Sum of RGB (Red+Green+Blue) = 236+7+142=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC078E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC078E is #13F871. Grayscale: #5A5A5A. Windows color (decimal): -1308786 or 9308140. OLE color: 9308140.

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

Color convert

RGB 236 7 142 -
CMYK 0 0.97 0.40 0.07
HSL 324.63º 0.94% 0.48% -
HSV(B) 324.63º 0.97% 0.93% -
XYZ 39.55 19.94 27.36 -
YUV 90.86 156.87 231.52 -
System Red Green Blue C M Y K H S L
Decimal 236 7 142 0 0.97 0.40 0.07 324.63 0.94 0.48
Hex EC 7 8E 0 61 28 7 145 5E 30
Octal 354 7 216 0 141 50 7 505 136 60
Binary 11101100 111 10001110 0 1100001 101000 111 101000101 1011110 110000

Color Harmonies of #EC078E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC078E

Black with #EC078E

Text Example


Text Example

White with #EC078E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC078E; }

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

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

background-color css

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

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

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

border-color css

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

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

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