#EC928A

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

Shades of Sweet Pink #EC928A

Tints of Sweet Pink #EC928A

Color information

#EC928A (or 0xEC928A) is unknown color: approx Sweet Pink. HEX triplet: EC, 92 and 8A. RGB value is (236,146,138). Sum of RGB (Red+Green+Blue) = 236+146+138=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC928A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC928A is #136D75. Grayscale: #ACACAC. Windows color (decimal): -1273206 or 9081580. OLE color: 9081580.

HSL color Cylindrical-coordinate representation of color #EC928A: hue angle of 4.9º 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 #EC928A is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB236146138-
CMYK00.380.420.07
HSL4.9º72.06%73.33%-
HSV(B)4.9º41.53%92.55%-
XYZ49.4640.2329.2-
YUV172108.82173.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 146 (57.42% from 255) = 28.08%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=45.38%
G=28.08%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614613800.380.420.074.972.0673.33
HexEC928A0262A754849
Octal3542222120465275110111
Binary111011001001001010001010010011010101011110110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC928A; }

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

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

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

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

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

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

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

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