Html Css Color HEX #EC0185 Hollywood Cerise

📋 copy color: '#EC0185'

red 236 ◦ green 1 ◦ blue 133

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

Shades of Hollywood Cerise #EC0185

Tints of Hollywood Cerise #EC0185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.95%

R = 63.78%
G = 0.27%
B = 35.95%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EC0185 (or 0xEC0185) is known color: Hollywood Cerise. HEX triplet: EC, 01 and 85. RGB value is (236,1,133). Sum of RGB (Red+Green+Blue) = 236+1+133=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 1 (0.78% from 255 or 0.27% from 370); Blue value is 133 (52.34% from 255 or 35.95% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC0185 is #13FE7A. Grayscale: #565656. Windows color (decimal): -1310331 or 8716780. OLE color: 8716780.

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

Color convert

RGB 236 1 133 -
CMYK 0 1.00 0.44 0.07
HSL 326.3º 0.99% 0.46% -
HSV(B) 326.3º 1% 0.93% -
XYZ 38.84 19.55 23.92 -
YUV 86.31 154.36 234.77 -
System Red Green Blue C M Y K H S L
Decimal 236 1 133 0 1.00 0.44 0.07 326.3 0.99 0.46
Hex EC 1 85 0 64 2C 7 146 63 2E
Octal 354 1 205 0 144 54 7 506 143 56
Binary 11101100 1 10000101 0 1100100 101100 111 101000110 1100011 101110

Color Harmonies of #EC0185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0185

Black with #EC0185

Text Example


Text Example

White with #EC0185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0185; }

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

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

background-color css

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

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

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

border-color css

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

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

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