Html Css Color HEX #E8518A Dark Pink

📋 copy color: '#E8518A'

red 232 ◦ green 81 ◦ blue 138

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

Shades of Dark Pink #E8518A

Tints of Dark Pink #E8518A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.6%

R = 51.44%
G = 17.96%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E8518A (or 0xE8518A) is known color: Dark Pink. HEX triplet: E8, 51 and 8A. RGB value is (232,81,138). Sum of RGB (Red+Green+Blue) = 232+81+138=451 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.44% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 138 (54.30% from 255 or 30.60% from 451); Max value from RGB is 232 - color contains mainly: red. Hex color #E8518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8518A is #17AE75. Grayscale: #848484. Windows color (decimal): -1551990 or 9064936. OLE color: 9064936.

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

Color convert

RGB 232 81 138 -
CMYK 0 0.65 0.41 0.09
HSL 337.35º 0.77% 0.61% -
HSV(B) 337.35º 0.65% 0.91% -
XYZ 40.81 24.88 26.7 -
YUV 132.65 131.03 198.87 -
System Red Green Blue C M Y K H S L
Decimal 232 81 138 0 0.65 0.41 0.09 337.35 0.77 0.61
Hex E8 51 8A 0 41 29 9 151 4D 3D
Octal 350 121 212 0 101 51 11 521 115 75
Binary 11101000 1010001 10001010 0 1000001 101001 1001 101010001 1001101 111101

Color Harmonies of #E8518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8518A

Black with #E8518A

Text Example


Text Example

White with #E8518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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