Html Css Color HEX #E76BAA Hot Pink

📋 copy color: '#E76BAA'

red 231 ◦ green 107 ◦ blue 170

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

Shades of Hot Pink #E76BAA

Tints of Hot Pink #E76BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.06%

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

R = 45.47%
G = 21.06%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.26

 K value IS 0.09

RGB Variations

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

Color information

#E76BAA (or 0xE76BAA) is known color: Hot Pink. HEX triplet: E7, 6B and AA. RGB value is (231,107,170). Sum of RGB (Red+Green+Blue) = 231+107+170=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 170 (66.80% from 255 or 33.46% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BAA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76BAA is #189455. Grayscale: #979797. Windows color (decimal): -1610838 or 11168743. OLE color: 11168743.

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

Color convert

RGB 231 107 170 -
CMYK 0 0.54 0.26 0.09
HSL 329.52º 0.72% 0.66% -
HSV(B) 329.52º 0.54% 0.91% -
XYZ 45.47 30.41 41.5 -
YUV 151.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 231 107 170 0 0.54 0.26 0.09 329.52 0.72 0.66
Hex E7 6B AA 0 36 1A 9 14A 48 42
Octal 347 153 252 0 66 32 11 512 110 102
Binary 11100111 1101011 10101010 0 110110 11010 1001 101001010 1001000 1000010

Color Harmonies of #E76BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BAA

Black with #E76BAA

Text Example


Text Example

White with #E76BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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