Html Css Color HEX #E76DAC Hot Pink

📋 copy color: '#E76DAC'

red 231 ◦ green 109 ◦ blue 172

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

Shades of Hot Pink #E76DAC

Tints of Hot Pink #E76DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 33.59%

R = 45.12%
G = 21.29%
B = 33.59%

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

#E76DAC (or 0xE76DAC) is known color: Hot Pink. HEX triplet: E7, 6D and AC. RGB value is (231,109,172). Sum of RGB (Red+Green+Blue) = 231+109+172=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DAC is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76DAC is #189253. Grayscale: #989898. Windows color (decimal): -1610324 or 11300327. OLE color: 11300327.

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

Color convert

RGB 231 109 172 -
CMYK 0 0.53 0.26 0.09
HSL 329.02º 0.72% 0.67% -
HSV(B) 329.02º 0.53% 0.91% -
XYZ 45.87 30.9 42.58 -
YUV 152.66 138.92 183.88 -
System Red Green Blue C M Y K H S L
Decimal 231 109 172 0 0.53 0.26 0.09 329.02 0.72 0.67
Hex E7 6D AC 0 35 1A 9 149 48 43
Octal 347 155 254 0 65 32 11 511 110 103
Binary 11100111 1101101 10101100 0 110101 11010 1001 101001001 1001000 1000011

Color Harmonies of #E76DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DAC

Black with #E76DAC

Text Example


Text Example

White with #E76DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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