Html Css Color HEX #E76DB0 Hot Pink

📋 copy color: '#E76DB0'

red 231 ◦ green 109 ◦ blue 176

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

Shades of Hot Pink #E76DB0

Tints of Hot Pink #E76DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.11%

R = 44.77%
G = 21.12%
B = 34.11%

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

#E76DB0 (or 0xE76DB0) is known color: Hot Pink. HEX triplet: E7, 6D and B0. RGB value is (231,109,176). Sum of RGB (Red+Green+Blue) = 231+109+176=516 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.77% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DB0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76DB0 is #18924F. Grayscale: #989898. Windows color (decimal): -1610320 or 11562471. OLE color: 11562471.

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

Color convert

RGB 231 109 176 -
CMYK 0 0.53 0.24 0.09
HSL 327.05º 0.72% 0.67% -
HSV(B) 327.05º 0.53% 0.91% -
XYZ 46.26 31.06 44.63 -
YUV 153.12 140.92 183.55 -
System Red Green Blue C M Y K H S L
Decimal 231 109 176 0 0.53 0.24 0.09 327.05 0.72 0.67
Hex E7 6D B0 0 35 18 9 147 48 43
Octal 347 155 260 0 65 30 11 507 110 103
Binary 11100111 1101101 10110000 0 110101 11000 1001 101000111 1001000 1000011

Color Harmonies of #E76DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DB0

Black with #E76DB0

Text Example


Text Example

White with #E76DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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