Html Css Color HEX #E76DA8 Hot Pink

📋 copy color: '#E76DA8'

red 231 ◦ green 109 ◦ blue 168

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

Shades of Hot Pink #E76DA8

Tints of Hot Pink #E76DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.07%

R = 45.47%
G = 21.46%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.09

RGB Variations

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

Color information

#E76DA8 (or 0xE76DA8) is known color: Hot Pink. HEX triplet: E7, 6D and A8. RGB value is (231,109,168). Sum of RGB (Red+Green+Blue) = 231+109+168=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 109 (42.97% from 255 or 21.46% from 508); Blue value is 168 (66.02% from 255 or 33.07% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E76DA8 is #189257. Grayscale: #989898. Windows color (decimal): -1610328 or 11038183. OLE color: 11038183.

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

Color convert

RGB 231 109 168 -
CMYK 0 0.53 0.27 0.09
HSL 330.98º 0.72% 0.67% -
HSV(B) 330.98º 0.53% 0.91% -
XYZ 45.49 30.75 40.58 -
YUV 152.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 231 109 168 0 0.53 0.27 0.09 330.98 0.72 0.67
Hex E7 6D A8 0 35 1B 9 14B 48 43
Octal 347 155 250 0 65 33 11 513 110 103
Binary 11100111 1101101 10101000 0 110101 11011 1001 101001011 1001000 1000011

Color Harmonies of #E76DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DA8

Black with #E76DA8

Text Example


Text Example

White with #E76DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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