Html Css Color HEX #EC009D Hollywood Cerise

📋 copy color: '#EC009D'

red 236 ◦ green 0 ◦ blue 157

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

Shades of Hollywood Cerise #EC009D

Tints of Hollywood Cerise #EC009D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 157 (61.72% from 255) = 39.95%

R = 60.05%
G = 0%
B = 39.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC009D (or 0xEC009D) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 9D. RGB value is (236,0,157). Sum of RGB (Red+Green+Blue) = 236+0+157=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 0 (0.39% from 255 or 0% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC009D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC009D is #13FF62. Grayscale: #585858. Windows color (decimal): -1310563 or 10289388. OLE color: 10289388.

HSL color Cylindrical-coordinate representation of color #EC009D: hue angle of 320.08º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC009D is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 0 157 -
CMYK 0 1 0.33 0.07
HSL 320.08º 1% 0.46% -
HSV(B) 320.08º 1% 0.93% -
XYZ 40.68 20.27 33.67 -
YUV 88.46 166.69 233.23 -
System Red Green Blue C M Y K H S L
Decimal 236 0 157 0 1 0.33 0.07 320.08 1 0.46
Hex EC 0 9D 0 64 21 7 140 64 2E
Octal 354 0 235 0 144 41 7 500 144 56
Binary 11101100 0 10011101 0 1100100 100001 111 101000000 1100100 101110

Color Harmonies of #EC009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC009D

Black with #EC009D

Text Example


Text Example

White with #EC009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC009D; }

 p { color: rgb(236,0,157); }

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

background-color css

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

 a { background-color: rgb(236,0,157); }

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

border-color css

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

 span { border-color: rgb(236,0,157); }

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