Html Css Color HEX #EC0194 Hollywood Cerise

📋 copy color: '#EC0194'

red 236 ◦ green 1 ◦ blue 148

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

Shades of Hollywood Cerise #EC0194

Tints of Hollywood Cerise #EC0194

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.26%

 BLUE value IS 148 (58.2% from 255) = 38.44%

R = 61.3%
G = 0.26%
B = 38.44%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EC0194 (or 0xEC0194) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 94. RGB value is (236,1,148). Sum of RGB (Red+Green+Blue) = 236+1+148=385 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.30% from 385); Green value is 1 (0.78% from 255 or 0.26% from 385); Blue value is 148 (58.20% from 255 or 38.44% from 385); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0194 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0194 is #13FE6B. Grayscale: #575757. Windows color (decimal): -1310316 or 9699820. OLE color: 9699820.

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

Color convert

RGB 236 1 148 -
CMYK 0 1.00 0.37 0.07
HSL 322.47º 0.99% 0.46% -
HSV(B) 322.47º 1% 0.93% -
XYZ 39.95 19.99 29.77 -
YUV 88.02 161.86 233.55 -
System Red Green Blue C M Y K H S L
Decimal 236 1 148 0 1.00 0.37 0.07 322.47 0.99 0.46
Hex EC 1 94 0 64 25 7 142 63 2E
Octal 354 1 224 0 144 45 7 502 143 56
Binary 11101100 1 10010100 0 1100100 100101 111 101000010 1100011 101110

Color Harmonies of #EC0194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0194

Black with #EC0194

Text Example


Text Example

White with #EC0194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0194; }

 p { color: rgb(236,1,148); }

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

background-color css

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

 a { background-color: rgb(236,1,148); }

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

border-color css

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

 span { border-color: rgb(236,1,148); }

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