#EE958A

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

Shades of Sweet Pink #EE958A

Tints of Sweet Pink #EE958A

Color information

#EE958A (or 0xEE958A) is unknown color: approx Sweet Pink. HEX triplet: EE, 95 and 8A. RGB value is (238,149,138). Sum of RGB (Red+Green+Blue) = 238+149+138=525 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.33% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 138 (54.30% from 255 or 26.29% from 525); Max value from RGB is 238 - color contains mainly: red. Hex color #EE958A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EE958A is #116A75. Grayscale: #AEAEAE. Windows color (decimal): -1141366 or 9082350. OLE color: 9082350.

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

Color convert

RGB238149138-
CMYK00.370.420.07
HSL6.6º74.63%73.73%-
HSV(B)6.6º42.02%93.33%-
XYZ50.5941.5129.39-
YUV174.36107.49173.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 45.33%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 138 (54.30% from 255) = 26.29%
R=45.33%
G=28.38%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23814913800.370.420.076.674.6373.73
HexEE958A0252A774b4a
Octal3562252120455277113112
Binary111011101001010110001010010010110101011111110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE958A; }

 p { color: rgb(238,149,138); }

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

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

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

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

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

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

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