Html Css Color HEX #E6588A Dark Pink

📋 copy color: '#E6588A'

red 230 ◦ green 88 ◦ blue 138

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

Shades of Dark Pink #E6588A

Tints of Dark Pink #E6588A

RGB

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

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

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

R = 50.44%
G = 19.3%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.4

 K value IS 0.10

RGB Variations

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

Color information

#E6588A (or 0xE6588A) is known color: Dark Pink. HEX triplet: E6, 58 and 8A. RGB value is (230,88,138). Sum of RGB (Red+Green+Blue) = 230+88+138=456 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.44% from 456); Green value is 88 (34.77% from 255 or 19.30% from 456); Blue value is 138 (54.30% from 255 or 30.26% from 456); Max value from RGB is 230 - color contains mainly: red. Hex color #E6588A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E6588A is #19A775. Grayscale: #888888. Windows color (decimal): -1681270 or 9066726. OLE color: 9066726.

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

Color convert

RGB 230 88 138 -
CMYK 0 0.62 0.4 0.10
HSL 338.87º 0.74% 0.62% -
HSV(B) 338.87º 0.62% 0.9% -
XYZ 40.71 25.64 26.85 -
YUV 136.16 129.04 194.93 -
System Red Green Blue C M Y K H S L
Decimal 230 88 138 0 0.62 0.4 0.10 338.87 0.74 0.62
Hex E6 58 8A 0 3E 28 A 153 4A 3E
Octal 346 130 212 0 76 50 12 523 112 76
Binary 11100110 1011000 10001010 0 111110 101000 1010 101010011 1001010 111110

Color Harmonies of #E6588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6588A

Black with #E6588A

Text Example


Text Example

White with #E6588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6588A; }

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

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

background-color css

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

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

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

border-color css

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

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

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