#E5948E

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

Shades of Sweet Pink #E5948E

Tints of Sweet Pink #E5948E

Color information

#E5948E (or 0xE5948E) is unknown color: approx Sweet Pink. HEX triplet: E5, 94 and 8E. RGB value is (229,148,142). Sum of RGB (Red+Green+Blue) = 229+148+142=519 (68% of max value = 765). Red value is 229 (89.84% from 255 or 44.12% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 142 (55.86% from 255 or 27.36% from 519); Max value from RGB is 229 - color contains mainly: red. Hex color #E5948E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5948E is #1A6B71. Grayscale: #ABABAB. Windows color (decimal): -1731442 or 9344229. OLE color: 9344229.

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

Color convert

RGB229148142-
CMYK00.350.380.10
HSL4.14º62.59%72.75%-
HSV(B)4.14º37.99%89.8%-
XYZ47.7939.7930.75-
YUV171.53111.34168.99-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.12%
GREEN value IS 148 (58.20% from 255) = 28.52%
BLUE value IS 142 (55.86% from 255) = 27.36%
R=44.12%
G=28.52%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22914814200.350.380.104.1462.5972.75
HexE5948E02326A43f49
Octal3452242160434612477111
Binary111001011001010010001110010001110011010101001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5948E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5948E; }

 p { color: rgb(229,148,142); }

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

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

 a { background-color: rgb(229,148,142); }

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

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

 span { border-color: rgb(229,148,142); }

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