Html Css Color HEX #E56082 Dark Pink

📋 copy color: '#E56082'

red 229 ◦ green 96 ◦ blue 130

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

Shades of Dark Pink #E56082

Tints of Dark Pink #E56082

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.1%

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

R = 50.33%
G = 21.1%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.10

RGB Variations

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

Color information

#E56082 (or 0xE56082) is known color: Dark Pink. HEX triplet: E5, 60 and 82. RGB value is (229,96,130). Sum of RGB (Red+Green+Blue) = 229+96+130=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E56082 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56082 is #1A9F7D. Grayscale: #8B8B8B. Windows color (decimal): -1744766 or 8544485. OLE color: 8544485.

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

Color convert

RGB 229 96 130 -
CMYK 0 0.58 0.43 0.10
HSL 344.66º 0.72% 0.64% -
HSV(B) 344.66º 0.58% 0.9% -
XYZ 40.53 26.64 24.12 -
YUV 139.64 122.56 191.74 -
System Red Green Blue C M Y K H S L
Decimal 229 96 130 0 0.58 0.43 0.10 344.66 0.72 0.64
Hex E5 60 82 0 3A 2B A 159 48 40
Octal 345 140 202 0 72 53 12 531 110 100
Binary 11100101 1100000 10000010 0 111010 101011 1010 101011001 1001000 1000000

Color Harmonies of #E56082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56082

Black with #E56082

Text Example


Text Example

White with #E56082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56082; }

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

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

background-color css

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

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

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

border-color css

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

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

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