Html Css Color HEX #E300AA Hollywood Cerise

📋 copy color: '#E300AA'

red 227 ◦ green 0 ◦ blue 170

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

Shades of Hollywood Cerise #E300AA

Tints of Hollywood Cerise #E300AA

RGB

 RED value IS 227 (89.06% from 255) = 57.18%

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

 BLUE value IS 170 (66.8% from 255) = 42.82%

R = 57.18%
G = 0%
B = 42.82%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.11

RGB Variations

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

Color information

#E300AA (or 0xE300AA) is known color: Hollywood Cerise. HEX triplet: E3, 00 and AA. RGB value is (227,0,170). Sum of RGB (Red+Green+Blue) = 227+0+170=397 (52% of max value = 765). Red value is 227 (89.06% from 255 or 57.18% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 227 - color contains mainly: red. Hex color #E300AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E300AA is #1CFF55. Grayscale: #565656. Windows color (decimal): -1900374 or 11141347. OLE color: 11141347.

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

Color convert

RGB 227 0 170 -
CMYK 0 1 0.25 0.11
HSL 315.07º 1% 0.45% -
HSV(B) 315.07º 1% 0.89% -
XYZ 38.93 19.23 39.69 -
YUV 87.25 174.71 227.68 -
System Red Green Blue C M Y K H S L
Decimal 227 0 170 0 1 0.25 0.11 315.07 1 0.45
Hex E3 0 AA 0 64 19 B 13B 64 2D
Octal 343 0 252 0 144 31 13 473 144 55
Binary 11100011 0 10101010 0 1100100 11001 1011 100111011 1100100 101101

Color Harmonies of #E300AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E300AA

Black with #E300AA

Text Example


Text Example

White with #E300AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E300AA; }

 p { color: rgb(227,0,170); }

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

background-color css

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

 a { background-color: rgb(227,0,170); }

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

border-color css

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

 span { border-color: rgb(227,0,170); }

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