Html Css Color HEX #E76DAF Hot Pink

📋 copy color: '#E76DAF'

red 231 ◦ green 109 ◦ blue 175

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

Shades of Hot Pink #E76DAF

Tints of Hot Pink #E76DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 33.98%

R = 44.85%
G = 21.17%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E76DAF (or 0xE76DAF) is known color: Hot Pink. HEX triplet: E7, 6D and AF. RGB value is (231,109,175). Sum of RGB (Red+Green+Blue) = 231+109+175=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 175 (68.75% from 255 or 33.98% from 515); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DAF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76DAF is #189250. Grayscale: #989898. Windows color (decimal): -1610321 or 11496935. OLE color: 11496935.

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

Color convert

RGB 231 109 175 -
CMYK 0 0.53 0.24 0.09
HSL 327.54º 0.72% 0.67% -
HSV(B) 327.54º 0.53% 0.91% -
XYZ 46.16 31.02 44.11 -
YUV 153 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 231 109 175 0 0.53 0.24 0.09 327.54 0.72 0.67
Hex E7 6D AF 0 35 18 9 148 48 43
Octal 347 155 257 0 65 30 11 510 110 103
Binary 11100111 1101101 10101111 0 110101 11000 1001 101001000 1001000 1000011

Color Harmonies of #E76DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DAF

Black with #E76DAF

Text Example


Text Example

White with #E76DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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