Html Css Color HEX #E76DB1 Hot Pink

📋 copy color: '#E76DB1'

red 231 ◦ green 109 ◦ blue 177

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

Shades of Hot Pink #E76DB1

Tints of Hot Pink #E76DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 34.24%

R = 44.68%
G = 21.08%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.23

 K value IS 0.09

RGB Variations

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

Color information

#E76DB1 (or 0xE76DB1) is known color: Hot Pink. HEX triplet: E7, 6D and B1. RGB value is (231,109,177). Sum of RGB (Red+Green+Blue) = 231+109+177=517 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.68% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 177 (69.53% from 255 or 34.24% from 517); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DB1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76DB1 is #18924E. Grayscale: #999999. Windows color (decimal): -1610319 or 11628007. OLE color: 11628007.

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

Color convert

RGB 231 109 177 -
CMYK 0 0.53 0.23 0.09
HSL 326.56º 0.72% 0.67% -
HSV(B) 326.56º 0.53% 0.91% -
XYZ 46.36 31.1 45.15 -
YUV 153.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 231 109 177 0 0.53 0.23 0.09 326.56 0.72 0.67
Hex E7 6D B1 0 35 17 9 147 48 43
Octal 347 155 261 0 65 27 11 507 110 103
Binary 11100111 1101101 10110001 0 110101 10111 1001 101000111 1001000 1000011

Color Harmonies of #E76DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DB1

Black with #E76DB1

Text Example


Text Example

White with #E76DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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