Html Css Color HEX #EC0093 Hollywood Cerise

📋 copy color: '#EC0093'

red 236 ◦ green 0 ◦ blue 147

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

Shades of Hollywood Cerise #EC0093

Tints of Hollywood Cerise #EC0093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 38.38%

R = 61.62%
G = 0%
B = 38.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EC0093 (or 0xEC0093) is known color: Hollywood Cerise. HEX triplet: EC, 00 and 93. RGB value is (236,0,147). Sum of RGB (Red+Green+Blue) = 236+0+147=383 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.62% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 147 (57.81% from 255 or 38.38% from 383); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0093 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0093 is #13FF6C. Grayscale: #565656. Windows color (decimal): -1310573 or 9634028. OLE color: 9634028.

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

Color convert

RGB 236 0 147 -
CMYK 0 1 0.38 0.07
HSL 322.63º 1% 0.46% -
HSV(B) 322.63º 1% 0.93% -
XYZ 39.86 19.94 29.35 -
YUV 87.32 161.69 234.05 -
System Red Green Blue C M Y K H S L
Decimal 236 0 147 0 1 0.38 0.07 322.63 1 0.46
Hex EC 0 93 0 64 26 7 143 64 2E
Octal 354 0 223 0 144 46 7 503 144 56
Binary 11101100 0 10010011 0 1100100 100110 111 101000011 1100100 101110

Color Harmonies of #EC0093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0093

Black with #EC0093

Text Example


Text Example

White with #EC0093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0093; }

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

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

background-color css

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

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

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

border-color css

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

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

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