Html Css Color HEX #E8517D Dark Pink

📋 copy color: '#E8517D'

red 232 ◦ green 81 ◦ blue 125

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

Shades of Dark Pink #E8517D

Tints of Dark Pink #E8517D

RGB

 RED value IS 232 (91.02% from 255) = 52.97%

 GREEN value IS 81 (32.03% from 255) = 18.49%

 BLUE value IS 125 (49.22% from 255) = 28.54%

R = 52.97%
G = 18.49%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E8517D (or 0xE8517D) is known color: Dark Pink. HEX triplet: E8, 51 and 7D. RGB value is (232,81,125). Sum of RGB (Red+Green+Blue) = 232+81+125=438 (58% of max value = 765). Red value is 232 (91.02% from 255 or 52.97% from 438); Green value is 81 (32.03% from 255 or 18.49% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 232 - color contains mainly: red. Hex color #E8517D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8517D is #17AE82. Grayscale: #838383. Windows color (decimal): -1552003 or 8212968. OLE color: 8212968.

HSL color Cylindrical-coordinate representation of color #E8517D: hue angle of 342.52º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E8517D is Cyan = 0, Magento = 0.65, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 81 125 -
CMYK 0 0.65 0.46 0.09
HSL 342.52º 0.77% 0.61% -
HSV(B) 342.52º 0.65% 0.91% -
XYZ 39.92 24.52 22.03 -
YUV 131.17 124.53 199.92 -
System Red Green Blue C M Y K H S L
Decimal 232 81 125 0 0.65 0.46 0.09 342.52 0.77 0.61
Hex E8 51 7D 0 41 2E 9 157 4D 3D
Octal 350 121 175 0 101 56 11 527 115 75
Binary 11101000 1010001 1111101 0 1000001 101110 1001 101010111 1001101 111101

Color Harmonies of #E8517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8517D

Black with #E8517D

Text Example


Text Example

White with #E8517D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8517D; }

 p { color: rgb(232,81,125); }

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

background-color css

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

 a { background-color: rgb(232,81,125); }

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

border-color css

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

 span { border-color: rgb(232,81,125); }

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