#E69489

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

Shades of Sweet Pink #E69489

Tints of Sweet Pink #E69489

Color information

#E69489 (or 0xE69489) is unknown color: approx Sweet Pink. HEX triplet: E6, 94 and 89. RGB value is (230,148,137). Sum of RGB (Red+Green+Blue) = 230+148+137=515 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.66% from 515); Green value is 148 (58.20% from 255 or 28.74% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 230 - color contains mainly: red. Hex color #E69489 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69489 is #196B76. Grayscale: #ABABAB. Windows color (decimal): -1665911 or 9016550. OLE color: 9016550.

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

Color convert

RGB230148137-
CMYK00.360.400.10
HSL7.1º65.03%71.96%-
HSV(B)7.1º40.43%90.2%-
XYZ47.7439.8128.83-
YUV171.26108.67169.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.66%
GREEN value IS 148 (58.20% from 255) = 28.74%
BLUE value IS 137 (53.91% from 255) = 26.60%
R=44.66%
G=28.74%
B=26.60%

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
Decimal23014813700.360.400.107.165.0371.96
HexE6948902428A74148
Octal34622421104450127101110
Binary1110011010010100100010010100100101000101011110000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69489; }

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

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

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

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

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

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

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

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