#E99690

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

Shades of Sweet Pink #E99690

Tints of Sweet Pink #E99690

Color information

#E99690 (or 0xE99690) is unknown color: approx Sweet Pink. HEX triplet: E9, 96 and 90. RGB value is (233,150,144). Sum of RGB (Red+Green+Blue) = 233+150+144=527 (69% of max value = 765). Red value is 233 (91.41% from 255 or 44.21% from 527); Green value is 150 (58.98% from 255 or 28.46% from 527); Blue value is 144 (56.64% from 255 or 27.32% from 527); Max value from RGB is 233 - color contains mainly: red. Hex color #E99690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E99690 is #16696F. Grayscale: #AEAEAE. Windows color (decimal): -1468784 or 9475817. OLE color: 9475817.

HSL color Cylindrical-coordinate representation of color #E99690: hue angle of 4.04º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E99690 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.09.

Color convert

RGB233150144-
CMYK00.360.380.09
HSL4.04º66.92%73.92%-
HSV(B)4.04º38.2%91.37%-
XYZ49.5441.1531.72-
YUV174.13111169.99-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 44.21%
GREEN value IS 150 (58.98% from 255) = 28.46%
BLUE value IS 144 (56.64% from 255) = 27.32%
R=44.21%
G=28.46%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23315014400.360.380.094.0466.9273.92
HexE996900242694434a
Octal35122622004446114103112
Binary1110100110010110100100000100100100110100110010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E99690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E99690; }

 p { color: rgb(233,150,144); }

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

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

 a { background-color: rgb(233,150,144); }

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

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

 span { border-color: rgb(233,150,144); }

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