Html Css Color HEX #E8517A Dark Pink

📋 copy color: '#E8517A'

red 232 ◦ green 81 ◦ blue 122

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

Shades of Dark Pink #E8517A

Tints of Dark Pink #E8517A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.05%

R = 53.33%
G = 18.62%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.09

RGB Variations

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

Color information

#E8517A (or 0xE8517A) is known color: Dark Pink. HEX triplet: E8, 51 and 7A. RGB value is (232,81,122). Sum of RGB (Red+Green+Blue) = 232+81+122=435 (57% of max value = 765). Red value is 232 (91.02% from 255 or 53.33% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 232 - color contains mainly: red. Hex color #E8517A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E8517A is #17AE85. Grayscale: #828282. Windows color (decimal): -1552006 or 8016360. OLE color: 8016360.

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

Color convert

RGB 232 81 122 -
CMYK 0 0.65 0.47 0.09
HSL 343.71º 0.77% 0.61% -
HSV(B) 343.71º 0.65% 0.91% -
XYZ 39.73 24.45 21.04 -
YUV 130.82 123.03 200.17 -
System Red Green Blue C M Y K H S L
Decimal 232 81 122 0 0.65 0.47 0.09 343.71 0.77 0.61
Hex E8 51 7A 0 41 2F 9 158 4D 3D
Octal 350 121 172 0 101 57 11 530 115 75
Binary 11101000 1010001 1111010 0 1000001 101111 1001 101011000 1001101 111101

Color Harmonies of #E8517A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8517A

Black with #E8517A

Text Example


Text Example

White with #E8517A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8517A; }

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

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

background-color css

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

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

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

border-color css

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

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

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