#E38D86

Color #E38D86 Sweet Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sweet Pink #E38D86

Tints of Sweet Pink #E38D86

Color information

#E38D86 (or 0xE38D86) is unknown color: approx Sweet Pink. HEX triplet: E3, 8D and 86. RGB value is (227,141,134). Sum of RGB (Red+Green+Blue) = 227+141+134=502 (66% of max value = 765). Red value is 227 (89.06% from 255 or 45.22% from 502); Green value is 141 (55.47% from 255 or 28.09% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 227 - color contains mainly: red. Hex color #E38D86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E38D86 is #1C7279. Grayscale: #A6A6A6. Windows color (decimal): -1864314 or 8818147. OLE color: 8818147.

HSL color Cylindrical-coordinate representation of color #E38D86: hue angle of 4.52º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E38D86 is Cyan = 0, Magento = 0.38, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB227141134-
CMYK00.380.410.11
HSL4.52º62.42%70.78%-
HSV(B)4.52º40.97%89.02%-
XYZ45.5137.127.32-
YUV165.92109.99171.57-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 45.22%
GREEN value IS 141 (55.47% from 255) = 28.09%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=45.22%
G=28.09%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22714113400.380.410.114.5262.4270.78
HexE38D8602629B53e47
Octal3432152060465113576107
Binary111000111000110110000110010011010100110111011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E38D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E38D86; }

 p { color: rgb(227,141,134); }

 H1.HeaderClassName
 {
   color: #E38D86;
 }
 .AnyTagClassName
 {
   color: #E38D86;
 }
</style>
background-color css

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

 a { background-color: rgb(227,141,134); }

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

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

 span { border-color: rgb(227,141,134); }

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