#E69595

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

Shades of Sweet Pink #E69595

Tints of Sweet Pink #E69595

Color information

#E69595 (or 0xE69595) is unknown color: approx Sweet Pink. HEX triplet: E6, 95 and 95. RGB value is (230,149,149). Sum of RGB (Red+Green+Blue) = 230+149+149=528 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.56% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 230 - color contains mainly: red. Hex color #E69595 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69595 is #196A6A. Grayscale: #ADADAD. Windows color (decimal): -1665643 or 9803238. OLE color: 9803238.

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

Color convert

RGB230149149-
CMYK00.350.350.10
HSL61.83%74.31%-
HSV(B)35.22%90.2%-
XYZ48.8140.4933.68-
YUV173.22114.34168.5-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.56%
GREEN value IS 149 (58.59% from 255) = 28.22%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=43.56%
G=28.22%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014914900.350.350.10061.8374.31
HexE6959502323A03e4a
Octal3462252250434312076112
Binary1110011010010101100101010100011100011101001111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69595; }

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

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

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

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

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

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

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

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