Html Css Color HEX #E76AA7 Hot Pink

📋 copy color: '#E76AA7'

red 231 ◦ green 106 ◦ blue 167

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

Shades of Hot Pink #E76AA7

Tints of Hot Pink #E76AA7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.03%

 BLUE value IS 167 (65.63% from 255) = 33.13%

R = 45.83%
G = 21.03%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.28

 K value IS 0.09

RGB Variations

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

Color information

#E76AA7 (or 0xE76AA7) is known color: Hot Pink. HEX triplet: E7, 6A and A7. RGB value is (231,106,167). Sum of RGB (Red+Green+Blue) = 231+106+167=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 167 (65.62% from 255 or 33.13% from 504); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AA7 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76AA7 is #189558. Grayscale: #969696. Windows color (decimal): -1611097 or 10971879. OLE color: 10971879.

HSL color Cylindrical-coordinate representation of color #E76AA7: hue angle of 330.72º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E76AA7 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 167 -
CMYK 0 0.54 0.28 0.09
HSL 330.72º 0.72% 0.66% -
HSV(B) 330.72º 0.54% 0.91% -
XYZ 45.08 30.09 39.99 -
YUV 150.33 137.41 185.54 -
System Red Green Blue C M Y K H S L
Decimal 231 106 167 0 0.54 0.28 0.09 330.72 0.72 0.66
Hex E7 6A A7 0 36 1C 9 14B 48 42
Octal 347 152 247 0 66 34 11 513 110 102
Binary 11100111 1101010 10100111 0 110110 11100 1001 101001011 1001000 1000010

Color Harmonies of #E76AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AA7

Black with #E76AA7

Text Example


Text Example

White with #E76AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AA7; }

 p { color: rgb(231,106,167); }

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

background-color css

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

 a { background-color: rgb(231,106,167); }

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

border-color css

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

 span { border-color: rgb(231,106,167); }

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