Html Css Color HEX #E711AA Hollywood Cerise

📋 copy color: '#E711AA'

red 231 ◦ green 17 ◦ blue 170

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

Shades of Hollywood Cerise #E711AA

Tints of Hollywood Cerise #E711AA

RGB

 RED value IS 231 (90.63% from 255) = 55.26%

 GREEN value IS 17 (7.03% from 255) = 4.07%

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

R = 55.26%
G = 4.07%
B = 40.67%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E711AA (or 0xE711AA) is known color: Hollywood Cerise. HEX triplet: E7, 11 and AA. RGB value is (231,17,170). Sum of RGB (Red+Green+Blue) = 231+17+170=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 17 (7.03% from 255 or 4.07% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E711AA is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E711AA is #18EE55. Grayscale: #626262. Windows color (decimal): -1633878 or 11145703. OLE color: 11145703.

HSL color Cylindrical-coordinate representation of color #E711AA: hue angle of 317.1º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E711AA is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 17 170 -
CMYK 0 0.93 0.26 0.09
HSL 317.1º 0.86% 0.49% -
HSV(B) 317.1º 0.93% 0.91% -
XYZ 40.41 20.29 39.82 -
YUV 98.43 168.4 222.56 -
System Red Green Blue C M Y K H S L
Decimal 231 17 170 0 0.93 0.26 0.09 317.1 0.86 0.49
Hex E7 11 AA 0 5D 1A 9 13D 56 31
Octal 347 21 252 0 135 32 11 475 126 61
Binary 11100111 10001 10101010 0 1011101 11010 1001 100111101 1010110 110001

Color Harmonies of #E711AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E711AA

Black with #E711AA

Text Example


Text Example

White with #E711AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E711AA; }

 p { color: rgb(231,17,170); }

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

background-color css

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

 a { background-color: rgb(231,17,170); }

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

border-color css

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

 span { border-color: rgb(231,17,170); }

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