#EE948F

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

Shades of Sweet Pink #EE948F

Tints of Sweet Pink #EE948F

Color information

#EE948F (or 0xEE948F) is unknown color: approx Sweet Pink. HEX triplet: EE, 94 and 8F. RGB value is (238,148,143). Sum of RGB (Red+Green+Blue) = 238+148+143=529 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.99% from 529); Green value is 148 (58.20% from 255 or 27.98% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 238 - color contains mainly: red. Hex color #EE948F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE948F is #116B70. Grayscale: #AEAEAE. Windows color (decimal): -1141617 or 9409774. OLE color: 9409774.

HSL color Cylindrical-coordinate representation of color #EE948F: hue angle of 3.16º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EE948F is Cyan = 0, Magento = 0.38, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB238148143-
CMYK00.380.400.07
HSL3.16º73.64%74.71%-
HSV(B)3.16º39.92%93.33%-
XYZ50.8141.3431.29-
YUV174.34110.32173.41-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 44.99%
GREEN value IS 148 (58.20% from 255) = 27.98%
BLUE value IS 143 (56.25% from 255) = 27.03%
R=44.99%
G=27.98%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814814300.380.400.073.1673.6474.71
HexEE948F02628734a4b
Octal3562242170465073112113
Binary11101110100101001000111101001101010001111110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE948F; }

 p { color: rgb(238,148,143); }

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

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

 a { background-color: rgb(238,148,143); }

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

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

 span { border-color: rgb(238,148,143); }

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