Html Css Color HEX #E56280 Dark Pink

📋 copy color: '#E56280'

red 229 ◦ green 98 ◦ blue 128

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

Shades of Dark Pink #E56280

Tints of Dark Pink #E56280

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.54%

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

R = 50.33%
G = 21.54%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#E56280 (or 0xE56280) is known color: Dark Pink. HEX triplet: E5, 62 and 80. RGB value is (229,98,128). Sum of RGB (Red+Green+Blue) = 229+98+128=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 128 (50.39% from 255 or 28.13% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E56280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56280 is #1A9D7F. Grayscale: #8C8C8C. Windows color (decimal): -1744256 or 8413925. OLE color: 8413925.

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

Color convert

RGB 229 98 128 -
CMYK 0 0.57 0.44 0.10
HSL 346.26º 0.72% 0.64% -
HSV(B) 346.26º 0.57% 0.9% -
XYZ 40.58 26.95 23.49 -
YUV 140.59 120.9 191.06 -
System Red Green Blue C M Y K H S L
Decimal 229 98 128 0 0.57 0.44 0.10 346.26 0.72 0.64
Hex E5 62 80 0 39 2C A 15A 48 40
Octal 345 142 200 0 71 54 12 532 110 100
Binary 11100101 1100010 10000000 0 111001 101100 1010 101011010 1001000 1000000

Color Harmonies of #E56280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56280

Black with #E56280

Text Example


Text Example

White with #E56280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56280; }

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

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

background-color css

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

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

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

border-color css

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

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

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