Html Css Color HEX #E6518D Dark Pink

📋 copy color: '#E6518D'

red 230 ◦ green 81 ◦ blue 141

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

Shades of Dark Pink #E6518D

Tints of Dark Pink #E6518D

RGB

 RED value IS 230 (90.23% from 255) = 50.88%

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

 BLUE value IS 141 (55.47% from 255) = 31.19%

R = 50.88%
G = 17.92%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6518D (or 0xE6518D) is known color: Dark Pink. HEX triplet: E6, 51 and 8D. RGB value is (230,81,141). Sum of RGB (Red+Green+Blue) = 230+81+141=452 (59% of max value = 765). Red value is 230 (90.23% from 255 or 50.88% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 230 - color contains mainly: red. Hex color #E6518D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6518D is #19AE72. Grayscale: #848484. Windows color (decimal): -1683059 or 9261542. OLE color: 9261542.

HSL color Cylindrical-coordinate representation of color #E6518D: hue angle of 335.84º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6518D is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 81 141 -
CMYK 0 0.65 0.39 0.10
HSL 335.84º 0.75% 0.61% -
HSV(B) 335.84º 0.65% 0.9% -
XYZ 40.38 24.63 27.83 -
YUV 132.39 132.86 197.62 -
System Red Green Blue C M Y K H S L
Decimal 230 81 141 0 0.65 0.39 0.10 335.84 0.75 0.61
Hex E6 51 8D 0 41 27 A 150 4B 3D
Octal 346 121 215 0 101 47 12 520 113 75
Binary 11100110 1010001 10001101 0 1000001 100111 1010 101010000 1001011 111101

Color Harmonies of #E6518D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6518D

Black with #E6518D

Text Example


Text Example

White with #E6518D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6518D; }

 p { color: rgb(230,81,141); }

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

background-color css

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

 a { background-color: rgb(230,81,141); }

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

border-color css

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

 span { border-color: rgb(230,81,141); }

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