Html Css Color HEX #E6518C Dark Pink

📋 copy color: '#E6518C'

red 230 ◦ green 81 ◦ blue 140

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

Shades of Dark Pink #E6518C

Tints of Dark Pink #E6518C

RGB

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

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

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

R = 51%
G = 17.96%
B = 31.04%

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

#E6518C (or 0xE6518C) is known color: Dark Pink. HEX triplet: E6, 51 and 8C. RGB value is (230,81,140). Sum of RGB (Red+Green+Blue) = 230+81+140=451 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.00% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 230 - color contains mainly: red. Hex color #E6518C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6518C is #19AE73. Grayscale: #848484. Windows color (decimal): -1683060 or 9196006. OLE color: 9196006.

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

Color convert

RGB 230 81 140 -
CMYK 0 0.65 0.39 0.10
HSL 336.24º 0.75% 0.61% -
HSV(B) 336.24º 0.65% 0.9% -
XYZ 40.31 24.6 27.43 -
YUV 132.28 132.36 197.7 -
System Red Green Blue C M Y K H S L
Decimal 230 81 140 0 0.65 0.39 0.10 336.24 0.75 0.61
Hex E6 51 8C 0 41 27 A 150 4B 3D
Octal 346 121 214 0 101 47 12 520 113 75
Binary 11100110 1010001 10001100 0 1000001 100111 1010 101010000 1001011 111101

Color Harmonies of #E6518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6518C

Black with #E6518C

Text Example


Text Example

White with #E6518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6518C; }

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

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

background-color css

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

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

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

border-color css

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

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

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