#E69085

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

Shades of Sweet Pink #E69085

Tints of Sweet Pink #E69085

Color information

#E69085 (or 0xE69085) is unknown color: approx Sweet Pink. HEX triplet: E6, 90 and 85. RGB value is (230,144,133). Sum of RGB (Red+Green+Blue) = 230+144+133=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 230 - color contains mainly: red. Hex color #E69085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69085 is #196F7A. Grayscale: #A8A8A8. Windows color (decimal): -1666939 or 8753382. OLE color: 8753382.

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

Color convert

RGB230144133-
CMYK00.370.420.10
HSL6.8º65.99%71.18%-
HSV(B)6.8º42.17%90.2%-
XYZ46.8438.4627.15-
YUV168.46107.99171.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 45.36%
GREEN value IS 144 (56.64% from 255) = 28.40%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=45.36%
G=28.40%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014413300.370.420.106.865.9971.18
HexE690850252AA74247
Octal34622020504552127102107
Binary1110011010010000100001010100101101010101011110000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69085; }

 p { color: rgb(230,144,133); }

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

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

 a { background-color: rgb(230,144,133); }

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

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

 span { border-color: rgb(230,144,133); }

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