Html Css Color HEX #E0558D Dark Pink

📋 copy color: '#E0558D'

red 224 ◦ green 85 ◦ blue 141

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

Shades of Dark Pink #E0558D

Tints of Dark Pink #E0558D

RGB

 RED value IS 224 (87.89% from 255) = 49.78%

 GREEN value IS 85 (33.59% from 255) = 18.89%

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

R = 49.78%
G = 18.89%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0558D (or 0xE0558D) is known color: Dark Pink. HEX triplet: E0, 55 and 8D. RGB value is (224,85,141). Sum of RGB (Red+Green+Blue) = 224+85+141=450 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.78% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 224 - color contains mainly: red. Hex color #E0558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E0558D is #1FAA72. Grayscale: #848484. Windows color (decimal): -2075251 or 9262560. OLE color: 9262560.

HSL color Cylindrical-coordinate representation of color #E0558D: hue angle of 335.83º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E0558D is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 85 141 -
CMYK 0 0.62 0.37 0.12
HSL 335.83º 0.69% 0.61% -
HSV(B) 335.83º 0.62% 0.88% -
XYZ 38.8 24.27 27.84 -
YUV 132.95 132.55 192.95 -
System Red Green Blue C M Y K H S L
Decimal 224 85 141 0 0.62 0.37 0.12 335.83 0.69 0.61
Hex E0 55 8D 0 3E 25 C 150 45 3D
Octal 340 125 215 0 76 45 14 520 105 75
Binary 11100000 1010101 10001101 0 111110 100101 1100 101010000 1000101 111101

Color Harmonies of #E0558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0558D

Black with #E0558D

Text Example


Text Example

White with #E0558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0558D; }

 p { color: rgb(224,85,141); }

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

background-color css

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

 a { background-color: rgb(224,85,141); }

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

border-color css

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

 span { border-color: rgb(224,85,141); }

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