Html Css Color HEX #E76DAA Hot Pink

📋 copy color: '#E76DAA'

red 231 ◦ green 109 ◦ blue 170

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

Shades of Hot Pink #E76DAA

Tints of Hot Pink #E76DAA

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.37%

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

R = 45.29%
G = 21.37%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E76DAA (or 0xE76DAA) is known color: Hot Pink. HEX triplet: E7, 6D and AA. RGB value is (231,109,170). Sum of RGB (Red+Green+Blue) = 231+109+170=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76DAA is #189255. Grayscale: #989898. Windows color (decimal): -1610326 or 11169255. OLE color: 11169255.

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

Color convert

RGB 231 109 170 -
CMYK 0 0.53 0.26 0.09
HSL 330º 0.72% 0.67% -
HSV(B) 330º 0.53% 0.91% -
XYZ 45.68 30.83 41.57 -
YUV 152.43 137.92 184.04 -
System Red Green Blue C M Y K H S L
Decimal 231 109 170 0 0.53 0.26 0.09 330 0.72 0.67
Hex E7 6D AA 0 35 1A 9 14A 48 43
Octal 347 155 252 0 65 32 11 512 110 103
Binary 11100111 1101101 10101010 0 110101 11010 1001 101001010 1001000 1000011

Color Harmonies of #E76DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DAA

Black with #E76DAA

Text Example


Text Example

White with #E76DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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