Html Css Color HEX #E115AA Hollywood Cerise

📋 copy color: '#E115AA'

red 225 ◦ green 21 ◦ blue 170

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

Shades of Hollywood Cerise #E115AA

Tints of Hollywood Cerise #E115AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.05%

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

R = 54.09%
G = 5.05%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.12

RGB Variations

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

Color information

#E115AA (or 0xE115AA) is known color: Hollywood Cerise. HEX triplet: E1, 15 and AA. RGB value is (225,21,170). Sum of RGB (Red+Green+Blue) = 225+21+170=416 (55% of max value = 765). Red value is 225 (88.28% from 255 or 54.09% from 416); Green value is 21 (8.59% from 255 or 5.05% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 225 - color contains mainly: red. Hex color #E115AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #E115AA is #1EEA55. Grayscale: #626262. Windows color (decimal): -2026070 or 11146721. OLE color: 11146721.

HSL color Cylindrical-coordinate representation of color #E115AA: hue angle of 316.18º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E115AA is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 21 170 -
CMYK 0 0.91 0.24 0.12
HSL 316.18º 0.83% 0.48% -
HSV(B) 316.18º 0.91% 0.88% -
XYZ 38.58 19.45 39.75 -
YUV 98.98 168.09 217.88 -
System Red Green Blue C M Y K H S L
Decimal 225 21 170 0 0.91 0.24 0.12 316.18 0.83 0.48
Hex E1 15 AA 0 5B 18 C 13C 53 30
Octal 341 25 252 0 133 30 14 474 123 60
Binary 11100001 10101 10101010 0 1011011 11000 1100 100111100 1010011 110000

Color Harmonies of #E115AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E115AA

Black with #E115AA

Text Example


Text Example

White with #E115AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E115AA; }

 p { color: rgb(225,21,170); }

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

background-color css

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

 a { background-color: rgb(225,21,170); }

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

border-color css

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

 span { border-color: rgb(225,21,170); }

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