Html Css Color HEX #E770AA Hot Pink

📋 copy color: '#E770AA'

red 231 ◦ green 112 ◦ blue 170

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

Shades of Hot Pink #E770AA

Tints of Hot Pink #E770AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 21.83%

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

R = 45.03%
G = 21.83%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E770AA (or 0xE770AA) is known color: Hot Pink. HEX triplet: E7, 70 and AA. RGB value is (231,112,170). Sum of RGB (Red+Green+Blue) = 231+112+170=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E770AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E770AA is #188F55. Grayscale: #9A9A9A. Windows color (decimal): -1609558 or 11170023. OLE color: 11170023.

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

Color convert

RGB 231 112 170 -
CMYK 0 0.52 0.26 0.09
HSL 330.76º 0.71% 0.67% -
HSV(B) 330.76º 0.52% 0.91% -
XYZ 46 31.48 41.68 -
YUV 154.19 136.92 182.78 -
System Red Green Blue C M Y K H S L
Decimal 231 112 170 0 0.52 0.26 0.09 330.76 0.71 0.67
Hex E7 70 AA 0 34 1A 9 14B 47 43
Octal 347 160 252 0 64 32 11 513 107 103
Binary 11100111 1110000 10101010 0 110100 11010 1001 101001011 1000111 1000011

Color Harmonies of #E770AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E770AA

Black with #E770AA

Text Example


Text Example

White with #E770AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E770AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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