#E69594

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

Shades of Sweet Pink #E69594

Tints of Sweet Pink #E69594

Color information

#E69594 (or 0xE69594) is unknown color: approx Sweet Pink. HEX triplet: E6, 95 and 94. RGB value is (230,149,148). Sum of RGB (Red+Green+Blue) = 230+149+148=527 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.64% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 230 - color contains mainly: red. Hex color #E69594 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69594 is #196A6B. Grayscale: #ADADAD. Windows color (decimal): -1665644 or 9737702. OLE color: 9737702.

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

Color convert

RGB230149148-
CMYK00.350.360.10
HSL0.73º62.12%74.12%-
HSV(B)0.73º35.65%90.2%-
XYZ48.7340.4633.26-
YUV173.1113.84168.58-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.64%
GREEN value IS 149 (58.59% from 255) = 28.27%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=43.64%
G=28.27%
B=28.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014914800.350.360.100.7362.1274.12
HexE6959402324A13e4a
Octal3462252240434412176112
Binary1110011010010101100101000100011100100101011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69594; }

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

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

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

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

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

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

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

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