Html Css Color HEX #E900A5 Hollywood Cerise

📋 copy color: '#E900A5'

red 233 ◦ green 0 ◦ blue 165

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

Shades of Hollywood Cerise #E900A5

Tints of Hollywood Cerise #E900A5

RGB

 RED value IS 233 (91.41% from 255) = 58.54%

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

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

R = 58.54%
G = 0%
B = 41.46%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.09

RGB Variations

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

Color information

#E900A5 (or 0xE900A5) is known color: Hollywood Cerise. HEX triplet: E9, 00 and A5. RGB value is (233,0,165). Sum of RGB (Red+Green+Blue) = 233+0+165=398 (52% of max value = 765). Red value is 233 (91.41% from 255 or 58.54% from 398); Green value is 0 (0.39% from 255 or 0% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 233 - color contains mainly: red. Hex color #E900A5 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E900A5 is #16FF5A. Grayscale: #585858. Windows color (decimal): -1507163 or 10813673. OLE color: 10813673.

HSL color Cylindrical-coordinate representation of color #E900A5: hue angle of 317.51º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E900A5 is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 0 165 -
CMYK 0 1 0.29 0.09
HSL 317.51º 1% 0.46% -
HSV(B) 317.51º 1% 0.91% -
XYZ 40.4 20.04 37.34 -
YUV 88.48 171.19 231.08 -
System Red Green Blue C M Y K H S L
Decimal 233 0 165 0 1 0.29 0.09 317.51 1 0.46
Hex E9 0 A5 0 64 1D 9 13E 64 2E
Octal 351 0 245 0 144 35 11 476 144 56
Binary 11101001 0 10100101 0 1100100 11101 1001 100111110 1100100 101110

Color Harmonies of #E900A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E900A5

Black with #E900A5

Text Example


Text Example

White with #E900A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E900A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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