Html Css Color HEX #E56086 Dark Pink

📋 copy color: '#E56086'

red 229 ◦ green 96 ◦ blue 134

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

Shades of Dark Pink #E56086

Tints of Dark Pink #E56086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 29.19%

R = 49.89%
G = 20.92%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E56086 (or 0xE56086) is known color: Dark Pink. HEX triplet: E5, 60 and 86. RGB value is (229,96,134). Sum of RGB (Red+Green+Blue) = 229+96+134=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E56086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E56086 is #1A9F79. Grayscale: #8C8C8C. Windows color (decimal): -1744762 or 8806629. OLE color: 8806629.

HSL color Cylindrical-coordinate representation of color #E56086: hue angle of 342.86º 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 #E56086 is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 96 134 -
CMYK 0 0.58 0.41 0.10
HSL 342.86º 0.72% 0.64% -
HSV(B) 342.86º 0.58% 0.9% -
XYZ 40.8 26.74 25.57 -
YUV 140.1 124.56 191.41 -
System Red Green Blue C M Y K H S L
Decimal 229 96 134 0 0.58 0.41 0.10 342.86 0.72 0.64
Hex E5 60 86 0 3A 29 A 157 48 40
Octal 345 140 206 0 72 51 12 527 110 100
Binary 11100101 1100000 10000110 0 111010 101001 1010 101010111 1001000 1000000

Color Harmonies of #E56086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56086

Black with #E56086

Text Example


Text Example

White with #E56086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56086; }

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

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

background-color css

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

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

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

border-color css

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

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

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