#EC908C

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

Shades of Sweet Pink #EC908C

Tints of Sweet Pink #EC908C

Color information

#EC908C (or 0xEC908C) is unknown color: approx Sweet Pink. HEX triplet: EC, 90 and 8C. RGB value is (236,144,140). Sum of RGB (Red+Green+Blue) = 236+144+140=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC908C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC908C is #136F73. Grayscale: #ABABAB. Windows color (decimal): -1273716 or 9212140. OLE color: 9212140.

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

Color convert

RGB236144140-
CMYK00.390.410.07
HSL2.5º71.64%73.73%-
HSV(B)2.5º40.68%92.55%-
XYZ49.339.6729.87-
YUV171.05110.48174.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 144 (56.64% from 255) = 27.69%
BLUE value IS 140 (55.08% from 255) = 26.92%
R=45.38%
G=27.69%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614414000.390.410.072.571.6473.73
HexEC908C0272973484a
Octal3542202140475173110112
Binary11101100100100001000110001001111010011111110010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC908C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC908C; }

 p { color: rgb(236,144,140); }

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

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

 a { background-color: rgb(236,144,140); }

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

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

 span { border-color: rgb(236,144,140); }

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