#E69389

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

Shades of Sweet Pink #E69389

Tints of Sweet Pink #E69389

Color information

#E69389 (or 0xE69389) is unknown color: approx Sweet Pink. HEX triplet: E6, 93 and 89. RGB value is (230,147,137). Sum of RGB (Red+Green+Blue) = 230+147+137=514 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.75% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 230 - color contains mainly: red. Hex color #E69389 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69389 is #196C76. Grayscale: #AAAAAA. Windows color (decimal): -1666167 or 9016294. OLE color: 9016294.

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

Color convert

RGB230147137-
CMYK00.360.400.10
HSL6.45º65.03%71.96%-
HSV(B)6.45º40.43%90.2%-
XYZ47.5839.528.78-
YUV170.68109170.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.75%
GREEN value IS 147 (57.81% from 255) = 28.60%
BLUE value IS 137 (53.91% from 255) = 26.65%
R=44.75%
G=28.60%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014713700.360.400.106.4565.0371.96
HexE6938902428A64148
Octal34622321104450126101110
Binary1110011010010011100010010100100101000101011010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69389; }

 p { color: rgb(230,147,137); }

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

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

 a { background-color: rgb(230,147,137); }

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

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

 span { border-color: rgb(230,147,137); }

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