Html Css Color HEX #E100A5 Hollywood Cerise

📋 copy color: '#E100A5'

red 225 ◦ green 0 ◦ blue 165

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

Shades of Hollywood Cerise #E100A5

Tints of Hollywood Cerise #E100A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 42.31%

R = 57.69%
G = 0%
B = 42.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.12

RGB Variations

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

Color information

#E100A5 (or 0xE100A5) is known color: Hollywood Cerise. HEX triplet: E1, 00 and A5. RGB value is (225,0,165). Sum of RGB (Red+Green+Blue) = 225+0+165=390 (51% of max value = 765). Red value is 225 (88.28% from 255 or 57.69% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 225 - color contains mainly: red. Hex color #E100A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E100A5 is #1EFF5A. Grayscale: #555555. Windows color (decimal): -2031451 or 10813665. OLE color: 10813665.

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

Color convert

RGB 225 0 165 -
CMYK 0 1 0.27 0.12
HSL 316º 1% 0.44% -
HSV(B) 316º 1% 0.88% -
XYZ 37.84 18.72 37.22 -
YUV 86.09 172.54 227.08 -
System Red Green Blue C M Y K H S L
Decimal 225 0 165 0 1 0.27 0.12 316 1 0.44
Hex E1 0 A5 0 64 1B C 13C 64 2C
Octal 341 0 245 0 144 33 14 474 144 54
Binary 11100001 0 10100101 0 1100100 11011 1100 100111100 1100100 101100

Color Harmonies of #E100A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E100A5

Black with #E100A5

Text Example


Text Example

White with #E100A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E100A5; }

 p { color: rgb(225,0,165); }

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

background-color css

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

 a { background-color: rgb(225,0,165); }

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

border-color css

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

 span { border-color: rgb(225,0,165); }

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