Html Css Color HEX #E55280 Dark Pink

📋 copy color: '#E55280'

red 229 ◦ green 82 ◦ blue 128

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

Shades of Dark Pink #E55280

Tints of Dark Pink #E55280

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.68%

 BLUE value IS 128 (50.39% from 255) = 29.16%

R = 52.16%
G = 18.68%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E55280 (or 0xE55280) is known color: Dark Pink. HEX triplet: E5, 52 and 80. RGB value is (229,82,128). Sum of RGB (Red+Green+Blue) = 229+82+128=439 (58% of max value = 765). Red value is 229 (89.84% from 255 or 52.16% from 439); Green value is 82 (32.42% from 255 or 18.68% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 229 - color contains mainly: red. Hex color #E55280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E55280 is #1AAD7F. Grayscale: #838383. Windows color (decimal): -1748352 or 8409829. OLE color: 8409829.

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

Color convert

RGB 229 82 128 -
CMYK 0 0.64 0.44 0.10
HSL 341.22º 0.74% 0.61% -
HSV(B) 341.22º 0.64% 0.9% -
XYZ 39.23 24.25 23.04 -
YUV 131.2 126.2 197.76 -
System Red Green Blue C M Y K H S L
Decimal 229 82 128 0 0.64 0.44 0.10 341.22 0.74 0.61
Hex E5 52 80 0 40 2C A 155 4A 3D
Octal 345 122 200 0 100 54 12 525 112 75
Binary 11100101 1010010 10000000 0 1000000 101100 1010 101010101 1001010 111101

Color Harmonies of #E55280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E55280

Black with #E55280

Text Example


Text Example

White with #E55280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E55280; }

 p { color: rgb(229,82,128); }

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

background-color css

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

 a { background-color: rgb(229,82,128); }

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

border-color css

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

 span { border-color: rgb(229,82,128); }

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