Html Css Color HEX #EC078D Hollywood Cerise

📋 copy color: '#EC078D'

red 236 ◦ green 7 ◦ blue 141

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

Shades of Hollywood Cerise #EC078D

Tints of Hollywood Cerise #EC078D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.72%

R = 61.46%
G = 1.82%
B = 36.72%

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

#EC078D (or 0xEC078D) is known color: Hollywood Cerise. HEX triplet: EC, 07 and 8D. RGB value is (236,7,141). Sum of RGB (Red+Green+Blue) = 236+7+141=384 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.46% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 141 (55.47% from 255 or 36.72% from 384); Max value from RGB is 236 - color contains mainly: red. Hex color #EC078D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC078D is #13F872. Grayscale: #5A5A5A. Windows color (decimal): -1308787 or 9242604. OLE color: 9242604.

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

Color convert

RGB 236 7 141 -
CMYK 0 0.97 0.40 0.07
HSL 324.89º 0.94% 0.48% -
HSV(B) 324.89º 0.97% 0.93% -
XYZ 39.48 19.91 26.96 -
YUV 90.75 156.37 231.6 -
System Red Green Blue C M Y K H S L
Decimal 236 7 141 0 0.97 0.40 0.07 324.89 0.94 0.48
Hex EC 7 8D 0 61 28 7 145 5E 30
Octal 354 7 215 0 141 50 7 505 136 60
Binary 11101100 111 10001101 0 1100001 101000 111 101000101 1011110 110000

Color Harmonies of #EC078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC078D

Black with #EC078D

Text Example


Text Example

White with #EC078D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC078D; }

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

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

background-color css

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

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

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

border-color css

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

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

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