#E69493

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

Shades of Sweet Pink #E69493

Tints of Sweet Pink #E69493

Color information

#E69493 (or 0xE69493) is unknown color: approx Sweet Pink. HEX triplet: E6, 94 and 93. RGB value is (230,148,147). Sum of RGB (Red+Green+Blue) = 230+148+147=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E69493 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69493 is #196B6C. Grayscale: #ACACAC. Windows color (decimal): -1665901 or 9671910. OLE color: 9671910.

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

Color convert

RGB230148147-
CMYK00.360.360.10
HSL0.72º62.41%73.92%-
HSV(B)0.72º36.09%90.2%-
XYZ48.4940.1132.79-
YUV172.4113.67169.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.81%
GREEN value IS 148 (58.20% from 255) = 28.19%
BLUE value IS 147 (57.81% from 255) = 28%
R=43.81%
G=28.19%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014814700.360.360.100.7262.4173.92
HexE6949302424A13e4a
Octal3462242230444412176112
Binary1110011010010100100100110100100100100101011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69493; }

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

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

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

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

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

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

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

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