#EC908D

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

Shades of Sweet Pink #EC908D

Tints of Sweet Pink #EC908D

Color information

#EC908D (or 0xEC908D) is unknown color: approx Sweet Pink. HEX triplet: EC, 90 and 8D. RGB value is (236,144,141). Sum of RGB (Red+Green+Blue) = 236+144+141=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC908D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC908D is #136F72. Grayscale: #ABABAB. Windows color (decimal): -1273715 or 9277676. OLE color: 9277676.

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

Color convert

RGB236144141-
CMYK00.390.400.07
HSL1.89º71.43%73.92%-
HSV(B)1.89º40.25%92.55%-
XYZ49.3739.730.26-
YUV171.17110.98174.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.30%
GREEN value IS 144 (56.64% from 255) = 27.64%
BLUE value IS 141 (55.47% from 255) = 27.06%
R=45.30%
G=27.64%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614414100.390.400.071.8971.4373.92
HexEC908D0272872474a
Octal3542202150475072107112
Binary11101100100100001000110101001111010001111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC908D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC908D; }

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

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

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

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

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

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

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

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