Html Css Color HEX #E101A4 Hollywood Cerise

📋 copy color: '#E101A4'

red 225 ◦ green 1 ◦ blue 164

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

Shades of Hollywood Cerise #E101A4

Tints of Hollywood Cerise #E101A4

RGB

 RED value IS 225 (88.28% from 255) = 57.69%

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

 BLUE value IS 164 (64.45% from 255) = 42.05%

R = 57.69%
G = 0.26%
B = 42.05%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E101A4 (or 0xE101A4) is known color: Hollywood Cerise. HEX triplet: E1, 01 and A4. RGB value is (225,1,164). Sum of RGB (Red+Green+Blue) = 225+1+164=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 1 (0.78% from 255 or 0.26% from 390); Blue value is 164 (64.45% from 255 or 42.05% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E101A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E101A4 is #1EFE5B. Grayscale: #565656. Windows color (decimal): -2031196 or 10748385. OLE color: 10748385.

HSL color Cylindrical-coordinate representation of color #E101A4: hue angle of 316.34º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E101A4 is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 1 164 -
CMYK 0 1.00 0.27 0.12
HSL 316.34º 0.99% 0.44% -
HSV(B) 316.34º 1% 0.88% -
XYZ 37.76 18.71 36.74 -
YUV 86.56 171.71 226.75 -
System Red Green Blue C M Y K H S L
Decimal 225 1 164 0 1.00 0.27 0.12 316.34 0.99 0.44
Hex E1 1 A4 0 64 1B C 13C 63 2C
Octal 341 1 244 0 144 33 14 474 143 54
Binary 11100001 1 10100100 0 1100100 11011 1100 100111100 1100011 101100

Color Harmonies of #E101A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E101A4

Black with #E101A4

Text Example


Text Example

White with #E101A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E101A4; }

 p { color: rgb(225,1,164); }

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

background-color css

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

 a { background-color: rgb(225,1,164); }

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

border-color css

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

 span { border-color: rgb(225,1,164); }

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