#E69791

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

Shades of Sweet Pink #E69791

Tints of Sweet Pink #E69791

Color information

#E69791 (or 0xE69791) is unknown color: approx Sweet Pink. HEX triplet: E6, 97 and 91. RGB value is (230,151,145). Sum of RGB (Red+Green+Blue) = 230+151+145=526 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.73% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 230 - color contains mainly: red. Hex color #E69791 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69791 is #19686E. Grayscale: #AEAEAE. Windows color (decimal): -1665135 or 9541606. OLE color: 9541606.

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

Color convert

RGB230151145-
CMYK00.340.370.10
HSL4.24º62.96%73.53%-
HSV(B)4.24º36.96%90.2%-
XYZ48.814132.13-
YUV173.94111.67167.99-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.73%
GREEN value IS 151 (59.38% from 255) = 28.71%
BLUE value IS 145 (57.03% from 255) = 27.57%
R=43.73%
G=28.71%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015114500.340.370.104.2462.9673.53
HexE6979102225A43f4a
Octal3462272210424512477112
Binary111001101001011110010001010001010010110101001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69791; }

 p { color: rgb(230,151,145); }

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

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

 a { background-color: rgb(230,151,145); }

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

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

 span { border-color: rgb(230,151,145); }

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