Html Css Color HEX #EC00B1 Hollywood Cerise

📋 copy color: '#EC00B1'

red 236 ◦ green 0 ◦ blue 177

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

Shades of Hollywood Cerise #EC00B1

Tints of Hollywood Cerise #EC00B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 42.86%

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#EC00B1 (or 0xEC00B1) is known color: Hollywood Cerise. HEX triplet: EC, 00 and B1. RGB value is (236,0,177). Sum of RGB (Red+Green+Blue) = 236+0+177=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC00B1 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EC00B1 is #13FF4E. Grayscale: #5A5A5A. Windows color (decimal): -1310543 or 11600108. OLE color: 11600108.

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

Color convert

RGB 236 0 177 -
CMYK 0 1 0.25 0.07
HSL 315º 1% 0.46% -
HSV(B) 315º 1% 0.93% -
XYZ 42.53 21.01 43.41 -
YUV 90.74 176.69 231.61 -
System Red Green Blue C M Y K H S L
Decimal 236 0 177 0 1 0.25 0.07 315 1 0.46
Hex EC 0 B1 0 64 19 7 13B 64 2E
Octal 354 0 261 0 144 31 7 473 144 56
Binary 11101100 0 10110001 0 1100100 11001 111 100111011 1100100 101110

Color Harmonies of #EC00B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC00B1

Black with #EC00B1

Text Example


Text Example

White with #EC00B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC00B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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