Html Css Color HEX #E6518A Dark Pink

📋 copy color: '#E6518A'

red 230 ◦ green 81 ◦ blue 138

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

Shades of Dark Pink #E6518A

Tints of Dark Pink #E6518A

RGB

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

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

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

R = 51.22%
G = 18.04%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6518A (or 0xE6518A) is known color: Dark Pink. HEX triplet: E6, 51 and 8A. RGB value is (230,81,138). Sum of RGB (Red+Green+Blue) = 230+81+138=449 (59% of max value = 765). Red value is 230 (90.23% from 255 or 51.22% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 230 - color contains mainly: red. Hex color #E6518A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6518A is #19AE75. Grayscale: #838383. Windows color (decimal): -1683062 or 9064934. OLE color: 9064934.

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

Color convert

RGB 230 81 138 -
CMYK 0 0.65 0.4 0.10
HSL 337.05º 0.75% 0.61% -
HSV(B) 337.05º 0.65% 0.9% -
XYZ 40.16 24.54 26.67 -
YUV 132.05 131.36 197.87 -
System Red Green Blue C M Y K H S L
Decimal 230 81 138 0 0.65 0.4 0.10 337.05 0.75 0.61
Hex E6 51 8A 0 41 28 A 151 4B 3D
Octal 346 121 212 0 101 50 12 521 113 75
Binary 11100110 1010001 10001010 0 1000001 101000 1010 101010001 1001011 111101

Color Harmonies of #E6518A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6518A

Black with #E6518A

Text Example


Text Example

White with #E6518A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6518A; }

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

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

background-color css

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

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

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

border-color css

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

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

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