Html Css Color HEX #E76DAB Hot Pink

📋 copy color: '#E76DAB'

red 231 ◦ green 109 ◦ blue 171

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

Shades of Hot Pink #E76DAB

Tints of Hot Pink #E76DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.46%

R = 45.21%
G = 21.33%
B = 33.46%

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

#E76DAB (or 0xE76DAB) is known color: Hot Pink. HEX triplet: E7, 6D and AB. RGB value is (231,109,171). Sum of RGB (Red+Green+Blue) = 231+109+171=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 109 (42.97% from 255 or 21.33% from 511); Blue value is 171 (67.19% from 255 or 33.46% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DAB is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76DAB is #189254. Grayscale: #989898. Windows color (decimal): -1610325 or 11234791. OLE color: 11234791.

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

Color convert

RGB 231 109 171 -
CMYK 0 0.53 0.26 0.09
HSL 329.51º 0.72% 0.67% -
HSV(B) 329.51º 0.53% 0.91% -
XYZ 45.77 30.87 42.07 -
YUV 152.55 138.42 183.96 -
System Red Green Blue C M Y K H S L
Decimal 231 109 171 0 0.53 0.26 0.09 329.51 0.72 0.67
Hex E7 6D AB 0 35 1A 9 14A 48 43
Octal 347 155 253 0 65 32 11 512 110 103
Binary 11100111 1101101 10101011 0 110101 11010 1001 101001010 1001000 1000011

Color Harmonies of #E76DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DAB

Black with #E76DAB

Text Example


Text Example

White with #E76DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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