Html Css Color HEX #E8518C Dark Pink

📋 copy color: '#E8518C'

red 232 ◦ green 81 ◦ blue 140

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

Shades of Dark Pink #E8518C

Tints of Dark Pink #E8518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.91%

R = 51.21%
G = 17.88%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.40

 K value IS 0.09

RGB Variations

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

Color information

#E8518C (or 0xE8518C) is known color: Dark Pink. HEX triplet: E8, 51 and 8C. RGB value is (232,81,140). Sum of RGB (Red+Green+Blue) = 232+81+140=453 (60% of max value = 765). Red value is 232 (91.02% from 255 or 51.21% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 140 (55.08% from 255 or 30.91% from 453); Max value from RGB is 232 - color contains mainly: red. Hex color #E8518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E8518C is #17AE73. Grayscale: #848484. Windows color (decimal): -1551988 or 9196008. OLE color: 9196008.

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

Color convert

RGB 232 81 140 -
CMYK 0 0.65 0.40 0.09
HSL 336.56º 0.77% 0.61% -
HSV(B) 336.56º 0.65% 0.91% -
XYZ 40.95 24.93 27.47 -
YUV 132.88 132.03 198.7 -
System Red Green Blue C M Y K H S L
Decimal 232 81 140 0 0.65 0.40 0.09 336.56 0.77 0.61
Hex E8 51 8C 0 41 28 9 151 4D 3D
Octal 350 121 214 0 101 50 11 521 115 75
Binary 11101000 1010001 10001100 0 1000001 101000 1001 101010001 1001101 111101

Color Harmonies of #E8518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8518C

Black with #E8518C

Text Example


Text Example

White with #E8518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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