Html Css Color HEX #E2598D Dark Pink

📋 copy color: '#E2598D'

red 226 ◦ green 89 ◦ blue 141

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

Shades of Dark Pink #E2598D

Tints of Dark Pink #E2598D

RGB

 RED value IS 226 (88.67% from 255) = 49.56%

 GREEN value IS 89 (35.16% from 255) = 19.52%

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

R = 49.56%
G = 19.52%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2598D (or 0xE2598D) is known color: Dark Pink. HEX triplet: E2, 59 and 8D. RGB value is (226,89,141). Sum of RGB (Red+Green+Blue) = 226+89+141=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 141 (55.47% from 255 or 30.92% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E2598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E2598D is #1DA672. Grayscale: #878787. Windows color (decimal): -1943155 or 9263586. OLE color: 9263586.

HSL color Cylindrical-coordinate representation of color #E2598D: hue angle of 337.23º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E2598D is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 89 141 -
CMYK 0 0.61 0.38 0.11
HSL 337.23º 0.7% 0.62% -
HSV(B) 337.23º 0.61% 0.89% -
XYZ 39.74 25.24 27.98 -
YUV 135.89 130.89 192.27 -
System Red Green Blue C M Y K H S L
Decimal 226 89 141 0 0.61 0.38 0.11 337.23 0.7 0.62
Hex E2 59 8D 0 3D 26 B 151 46 3E
Octal 342 131 215 0 75 46 13 521 106 76
Binary 11100010 1011001 10001101 0 111101 100110 1011 101010001 1000110 111110

Color Harmonies of #E2598D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2598D

Black with #E2598D

Text Example


Text Example

White with #E2598D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2598D; }

 p { color: rgb(226,89,141); }

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

background-color css

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

 a { background-color: rgb(226,89,141); }

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

border-color css

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

 span { border-color: rgb(226,89,141); }

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