#E79285

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

Shades of Sweet Pink #E79285

Tints of Sweet Pink #E79285

Color information

#E79285 (or 0xE79285) is unknown color: approx Sweet Pink. HEX triplet: E7, 92 and 85. RGB value is (231,146,133). Sum of RGB (Red+Green+Blue) = 231+146+133=510 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.29% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 231 - color contains mainly: red. Hex color #E79285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E79285 is #186D7A. Grayscale: #AAAAAA. Windows color (decimal): -1600891 or 8753895. OLE color: 8753895.

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

Color convert

RGB231146133-
CMYK00.370.420.09
HSL7.96º67.12%71.37%-
HSV(B)7.96º42.42%90.59%-
XYZ47.4739.2427.26-
YUV169.93107.16171.56-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.29%
GREEN value IS 146 (57.42% from 255) = 28.63%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=45.29%
G=28.63%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114613300.370.420.097.9667.1271.37
HexE792850252A984347
Octal347222205045521110103107
Binary11100111100100101000010101001011010101001100010000111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E79285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E79285; }

 p { color: rgb(231,146,133); }

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

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

 a { background-color: rgb(231,146,133); }

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

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

 span { border-color: rgb(231,146,133); }

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