Html Css Color HEX #E76BA8 Hot Pink

📋 copy color: '#E76BA8'

red 231 ◦ green 107 ◦ blue 168

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

Shades of Hot Pink #E76BA8

Tints of Hot Pink #E76BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.2%

R = 45.65%
G = 21.15%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E76BA8 (or 0xE76BA8) is known color: Hot Pink. HEX triplet: E7, 6B and A8. RGB value is (231,107,168). Sum of RGB (Red+Green+Blue) = 231+107+168=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 231 - color contains mainly: red. Hex color #E76BA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76BA8 is #189457. Grayscale: #969696. Windows color (decimal): -1610840 or 11037671. OLE color: 11037671.

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

Color convert

RGB 231 107 168 -
CMYK 0 0.54 0.27 0.09
HSL 330.48º 0.72% 0.66% -
HSV(B) 330.48º 0.54% 0.91% -
XYZ 45.28 30.33 40.51 -
YUV 151.03 137.58 185.04 -
System Red Green Blue C M Y K H S L
Decimal 231 107 168 0 0.54 0.27 0.09 330.48 0.72 0.66
Hex E7 6B A8 0 36 1B 9 14A 48 42
Octal 347 153 250 0 66 33 11 512 110 102
Binary 11100111 1101011 10101000 0 110110 11011 1001 101001010 1001000 1000010

Color Harmonies of #E76BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76BA8

Black with #E76BA8

Text Example


Text Example

White with #E76BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76BA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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