Html Css Color HEX #E76DAE Hot Pink

📋 copy color: '#E76DAE'

red 231 ◦ green 109 ◦ blue 174

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

Shades of Hot Pink #E76DAE

Tints of Hot Pink #E76DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 33.85%

R = 44.94%
G = 21.21%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#E76DAE (or 0xE76DAE) is known color: Hot Pink. HEX triplet: E7, 6D and AE. RGB value is (231,109,174). Sum of RGB (Red+Green+Blue) = 231+109+174=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 174 (68.36% from 255 or 33.85% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DAE is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76DAE is #189251. Grayscale: #989898. Windows color (decimal): -1610322 or 11431399. OLE color: 11431399.

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

Color convert

RGB 231 109 174 -
CMYK 0 0.53 0.25 0.09
HSL 328.03º 0.72% 0.67% -
HSV(B) 328.03º 0.53% 0.91% -
XYZ 46.06 30.98 43.6 -
YUV 152.89 139.92 183.71 -
System Red Green Blue C M Y K H S L
Decimal 231 109 174 0 0.53 0.25 0.09 328.03 0.72 0.67
Hex E7 6D AE 0 35 19 9 148 48 43
Octal 347 155 256 0 65 31 11 510 110 103
Binary 11100111 1101101 10101110 0 110101 11001 1001 101001000 1001000 1000011

Color Harmonies of #E76DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DAE

Black with #E76DAE

Text Example


Text Example

White with #E76DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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