#E69898

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

Shades of Sweet Pink #E69898

Tints of Sweet Pink #E69898

Color information

#E69898 (or 0xE69898) is unknown color: approx Sweet Pink. HEX triplet: E6, 98 and 98. RGB value is (230,152,152). Sum of RGB (Red+Green+Blue) = 230+152+152=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 152 (59.77% from 255 or 28.46% from 534); Blue value is 152 (59.77% from 255 or 28.46% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E69898 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E69898 is #196767. Grayscale: #AFAFAF. Windows color (decimal): -1664872 or 10000614. OLE color: 10000614.

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

Color convert

RGB230152152-
CMYK00.340.340.10
HSL60.94%74.9%-
HSV(B)33.91%90.2%-
XYZ49.5341.5535.11-
YUV175.32114.84167-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 43.07%
GREEN value IS 152 (59.77% from 255) = 28.46%
BLUE value IS 152 (59.77% from 255) = 28.46%
R=43.07%
G=28.46%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23015215200.340.340.10060.9474.9
HexE6989802222A03d4b
Octal3462302300424212075113
Binary1110011010011000100110000100010100010101001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E69898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E69898; }

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

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

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

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

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

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

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

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