#E69191

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

Shades of Sweet Pink #E69191

Tints of Sweet Pink #E69191

Color information

#E69191 (or 0xE69191) is unknown color: approx Sweet Pink. HEX triplet: E6, 91 and 91. RGB value is (230,145,145). Sum of RGB (Red+Green+Blue) = 230+145+145=520 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.23% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 145 (57.03% from 255 or 27.88% from 520); Max value from RGB is 230 - color contains mainly: red. Hex color #E69191 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69191 is #196E6E. Grayscale: #AAAAAA. Windows color (decimal): -1666671 or 9540070. OLE color: 9540070.

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

Color convert

RGB230145145-
CMYK00.370.370.10
HSL62.96%73.53%-
HSV(B)36.96%90.2%-
XYZ47.8739.1231.82-
YUV170.42113.66170.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.23%
GREEN value IS 145 (57.03% from 255) = 27.88%
BLUE value IS 145 (57.03% from 255) = 27.88%
R=44.23%
G=27.88%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014514500.370.370.10062.9673.53
HexE6919102525A03f4a
Octal3462212210454512077112
Binary1110011010010001100100010100101100101101001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69191; }

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

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

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

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

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

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

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

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