#EC908A

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

Shades of Sweet Pink #EC908A

Tints of Sweet Pink #EC908A

Color information

#EC908A (or 0xEC908A) is unknown color: approx Sweet Pink. HEX triplet: EC, 90 and 8A. RGB value is (236,144,138). Sum of RGB (Red+Green+Blue) = 236+144+138=518 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.56% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 138 (54.30% from 255 or 26.64% from 518); Max value from RGB is 236 - color contains mainly: red. Hex color #EC908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC908A is #136F75. Grayscale: #AAAAAA. Windows color (decimal): -1273718 or 9081068. OLE color: 9081068.

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

Color convert

RGB236144138-
CMYK00.390.420.07
HSL3.67º72.06%73.33%-
HSV(B)3.67º41.53%92.55%-
XYZ49.1539.6129.1-
YUV170.82109.48174.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.56%
GREEN value IS 144 (56.64% from 255) = 27.80%
BLUE value IS 138 (54.30% from 255) = 26.64%
R=45.56%
G=27.80%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614413800.390.420.073.6772.0673.33
HexEC908A0272A744849
Octal3542202120475274110111
Binary111011001001000010001010010011110101011110010010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC908A; }

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

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

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

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

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

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

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

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