Html Css Color HEX #E201AC Hollywood Cerise

📋 copy color: '#E201AC'

red 226 ◦ green 1 ◦ blue 172

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

Shades of Hollywood Cerise #E201AC

Tints of Hollywood Cerise #E201AC

RGB

 RED value IS 226 (88.67% from 255) = 56.64%

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

 BLUE value IS 172 (67.58% from 255) = 43.11%

R = 56.64%
G = 0.25%
B = 43.11%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.24

 K value IS 0.11

RGB Variations

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

Color information

#E201AC (or 0xE201AC) is known color: Hollywood Cerise. HEX triplet: E2, 01 and AC. RGB value is (226,1,172). Sum of RGB (Red+Green+Blue) = 226+1+172=399 (52% of max value = 765). Red value is 226 (88.67% from 255 or 56.64% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 226 - color contains mainly: red. Hex color #E201AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E201AC is #1DFE53. Grayscale: #575757. Windows color (decimal): -1965652 or 11272674. OLE color: 11272674.

HSL color Cylindrical-coordinate representation of color #E201AC: hue angle of 314.4º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E201AC is Cyan = 0, Magento = 1.00, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 1 172 -
CMYK 0 1.00 0.24 0.11
HSL 314.4º 0.99% 0.45% -
HSV(B) 314.4º 1% 0.89% -
XYZ 38.82 19.17 40.68 -
YUV 87.77 175.54 226.6 -
System Red Green Blue C M Y K H S L
Decimal 226 1 172 0 1.00 0.24 0.11 314.4 0.99 0.45
Hex E2 1 AC 0 64 18 B 13A 63 2D
Octal 342 1 254 0 144 30 13 472 143 55
Binary 11100010 1 10101100 0 1100100 11000 1011 100111010 1100011 101101

Color Harmonies of #E201AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E201AC

Black with #E201AC

Text Example


Text Example

White with #E201AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E201AC; }

 p { color: rgb(226,1,172); }

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

background-color css

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

 a { background-color: rgb(226,1,172); }

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

border-color css

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

 span { border-color: rgb(226,1,172); }

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