Html Css Color HEX #E76AB9 Hot Pink

📋 copy color: '#E76AB9'

red 231 ◦ green 106 ◦ blue 185

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

Shades of Hot Pink #E76AB9

Tints of Hot Pink #E76AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 35.44%

R = 44.25%
G = 20.31%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E76AB9 (or 0xE76AB9) is known color: Hot Pink. HEX triplet: E7, 6A and B9. RGB value is (231,106,185). Sum of RGB (Red+Green+Blue) = 231+106+185=522 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.25% from 522); Green value is 106 (41.80% from 255 or 20.31% from 522); Blue value is 185 (72.66% from 255 or 35.44% from 522); Max value from RGB is 231 - color contains mainly: red. Hex color #E76AB9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76AB9 is #189546. Grayscale: #989898. Windows color (decimal): -1611079 or 12151527. OLE color: 12151527.

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

Color convert

RGB 231 106 185 -
CMYK 0 0.54 0.20 0.09
HSL 322.08º 0.72% 0.66% -
HSV(B) 322.08º 0.54% 0.91% -
XYZ 46.87 30.8 49.37 -
YUV 152.38 146.41 184.08 -
System Red Green Blue C M Y K H S L
Decimal 231 106 185 0 0.54 0.20 0.09 322.08 0.72 0.66
Hex E7 6A B9 0 36 14 9 142 48 42
Octal 347 152 271 0 66 24 11 502 110 102
Binary 11100111 1101010 10111001 0 110110 10100 1001 101000010 1001000 1000010

Color Harmonies of #E76AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76AB9

Black with #E76AB9

Text Example


Text Example

White with #E76AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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