Html Css Color HEX #E55982 Dark Pink

📋 copy color: '#E55982'

red 229 ◦ green 89 ◦ blue 130

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

Shades of Dark Pink #E55982

Tints of Dark Pink #E55982

RGB

 RED value IS 229 (89.84% from 255) = 51.12%

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

 BLUE value IS 130 (51.17% from 255) = 29.02%

R = 51.12%
G = 19.87%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E55982 (or 0xE55982) is known color: Dark Pink. HEX triplet: E5, 59 and 82. RGB value is (229,89,130). Sum of RGB (Red+Green+Blue) = 229+89+130=448 (59% of max value = 765). Red value is 229 (89.84% from 255 or 51.12% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 229 - color contains mainly: red. Hex color #E55982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55982 is #1AA67D. Grayscale: #878787. Windows color (decimal): -1746558 or 8542693. OLE color: 8542693.

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

Color convert

RGB 229 89 130 -
CMYK 0 0.61 0.43 0.10
HSL 342.43º 0.73% 0.62% -
HSV(B) 342.43º 0.61% 0.9% -
XYZ 39.91 25.41 23.92 -
YUV 135.53 124.88 194.67 -
System Red Green Blue C M Y K H S L
Decimal 229 89 130 0 0.61 0.43 0.10 342.43 0.73 0.62
Hex E5 59 82 0 3D 2B A 156 49 3E
Octal 345 131 202 0 75 53 12 526 111 76
Binary 11100101 1011001 10000010 0 111101 101011 1010 101010110 1001001 111110

Color Harmonies of #E55982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55982

Black with #E55982

Text Example


Text Example

White with #E55982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55982; }

 p { color: rgb(229,89,130); }

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

background-color css

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

 a { background-color: rgb(229,89,130); }

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

border-color css

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

 span { border-color: rgb(229,89,130); }

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