Html Css Color HEX #E76DB5 Hot Pink

📋 copy color: '#E76DB5'

red 231 ◦ green 109 ◦ blue 181

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

Shades of Hot Pink #E76DB5

Tints of Hot Pink #E76DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 34.74%

R = 44.34%
G = 20.92%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.22

 K value IS 0.09

RGB Variations

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

Color information

#E76DB5 (or 0xE76DB5) is known color: Hot Pink. HEX triplet: E7, 6D and B5. RGB value is (231,109,181). Sum of RGB (Red+Green+Blue) = 231+109+181=521 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.34% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 181 (71.09% from 255 or 34.74% from 521); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DB5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DB5 is #18924A. Grayscale: #999999. Windows color (decimal): -1610315 or 11890151. OLE color: 11890151.

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

Color convert

RGB 231 109 181 -
CMYK 0 0.53 0.22 0.09
HSL 324.59º 0.72% 0.67% -
HSV(B) 324.59º 0.53% 0.91% -
XYZ 46.76 31.26 47.29 -
YUV 153.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 231 109 181 0 0.53 0.22 0.09 324.59 0.72 0.67
Hex E7 6D B5 0 35 16 9 145 48 43
Octal 347 155 265 0 65 26 11 505 110 103
Binary 11100111 1101101 10110101 0 110101 10110 1001 101000101 1001000 1000011

Color Harmonies of #E76DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DB5

Black with #E76DB5

Text Example


Text Example

White with #E76DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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