Html Css Color HEX #E58986 Sweet Pink

📋 copy color: '#E58986'

red 229 ◦ green 137 ◦ blue 134

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

Shades of Sweet Pink #E58986

Tints of Sweet Pink #E58986

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.4%

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

R = 45.8%
G = 27.4%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#E58986 (or 0xE58986) is known color: Sweet Pink. HEX triplet: E5, 89 and 86. RGB value is (229,137,134). Sum of RGB (Red+Green+Blue) = 229+137+134=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 137 (53.91% from 255 or 27.4% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E58986 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E58986 is #1A7679. Grayscale: #A4A4A4. Windows color (decimal): -1734266 or 8817125. OLE color: 8817125.

HSL color Cylindrical-coordinate representation of color #E58986: hue angle of 1.89º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E58986 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 137 134 -
CMYK 0 0.40 0.41 0.10
HSL 1.89º 0.65% 0.71% -
HSV(B) 1.89º 0.41% 0.9% -
XYZ 45.56 36.27 27.15 -
YUV 164.17 110.98 174.24 -
System Red Green Blue C M Y K H S L
Decimal 229 137 134 0 0.40 0.41 0.10 1.89 0.65 0.71
Hex E5 89 86 0 28 29 A 2 41 47
Octal 345 211 206 0 50 51 12 2 101 107
Binary 11100101 10001001 10000110 0 101000 101001 1010 10 1000001 1000111

Color Harmonies of #E58986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E58986

Black with #E58986

Text Example


Text Example

White with #E58986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E58986; }

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

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

background-color css

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

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

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

border-color css

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

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

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