Html Css Color HEX #E6587D Dark Pink

📋 copy color: '#E6587D'

red 230 ◦ green 88 ◦ blue 125

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

Shades of Dark Pink #E6587D

Tints of Dark Pink #E6587D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.86%

 BLUE value IS 125 (49.22% from 255) = 28.22%

R = 51.92%
G = 19.86%
B = 28.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6587D (or 0xE6587D) is known color: Dark Pink. HEX triplet: E6, 58 and 7D. RGB value is (230,88,125). Sum of RGB (Red+Green+Blue) = 230+88+125=443 (58% of max value = 765). Red value is 230 (90.23% from 255 or 51.92% from 443); Green value is 88 (34.77% from 255 or 19.86% from 443); Blue value is 125 (49.22% from 255 or 28.22% from 443); Max value from RGB is 230 - color contains mainly: red. Hex color #E6587D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E6587D is #19A782. Grayscale: #868686. Windows color (decimal): -1681283 or 8214758. OLE color: 8214758.

HSL color Cylindrical-coordinate representation of color #E6587D: hue angle of 344.37º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E6587D is Cyan = 0, Magento = 0.62, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 88 125 -
CMYK 0 0.62 0.46 0.10
HSL 344.37º 0.74% 0.62% -
HSV(B) 344.37º 0.62% 0.9% -
XYZ 39.82 25.28 22.18 -
YUV 134.68 122.54 195.99 -
System Red Green Blue C M Y K H S L
Decimal 230 88 125 0 0.62 0.46 0.10 344.37 0.74 0.62
Hex E6 58 7D 0 3E 2E A 158 4A 3E
Octal 346 130 175 0 76 56 12 530 112 76
Binary 11100110 1011000 1111101 0 111110 101110 1010 101011000 1001010 111110

Color Harmonies of #E6587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6587D

Black with #E6587D

Text Example


Text Example

White with #E6587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6587D; }

 p { color: rgb(230,88,125); }

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

background-color css

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

 a { background-color: rgb(230,88,125); }

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

border-color css

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

 span { border-color: rgb(230,88,125); }

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