Html Css Color HEX #E76FAA Hot Pink

📋 copy color: '#E76FAA'

red 231 ◦ green 111 ◦ blue 170

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

Shades of Hot Pink #E76FAA

Tints of Hot Pink #E76FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 21.68%

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

R = 45.12%
G = 21.68%
B = 33.2%

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

#E76FAA (or 0xE76FAA) is known color: Hot Pink. HEX triplet: E7, 6F and AA. RGB value is (231,111,170). Sum of RGB (Red+Green+Blue) = 231+111+170=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 111 (43.75% from 255 or 21.68% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E76FAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76FAA is #189055. Grayscale: #999999. Windows color (decimal): -1609814 or 11169767. OLE color: 11169767.

HSL color Cylindrical-coordinate representation of color #E76FAA: hue angle of 330.5º 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 #E76FAA is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 111 170 -
CMYK 0 0.52 0.26 0.09
HSL 330.5º 0.71% 0.67% -
HSV(B) 330.5º 0.52% 0.91% -
XYZ 45.9 31.26 41.65 -
YUV 153.61 137.26 183.2 -
System Red Green Blue C M Y K H S L
Decimal 231 111 170 0 0.52 0.26 0.09 330.5 0.71 0.67
Hex E7 6F AA 0 34 1A 9 14A 47 43
Octal 347 157 252 0 64 32 11 512 107 103
Binary 11100111 1101111 10101010 0 110100 11010 1001 101001010 1000111 1000011

Color Harmonies of #E76FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76FAA

Black with #E76FAA

Text Example


Text Example

White with #E76FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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