#EC928B

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

Shades of Sweet Pink #EC928B

Tints of Sweet Pink #EC928B

Color information

#EC928B (or 0xEC928B) is unknown color: approx Sweet Pink. HEX triplet: EC, 92 and 8B. RGB value is (236,146,139). Sum of RGB (Red+Green+Blue) = 236+146+139=521 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.30% from 521); Green value is 146 (57.42% from 255 or 28.02% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 236 - color contains mainly: red. Hex color #EC928B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC928B is #136D74. Grayscale: #ACACAC. Windows color (decimal): -1273205 or 9147116. OLE color: 9147116.

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

Color convert

RGB236146139-
CMYK00.380.410.07
HSL4.33º71.85%73.53%-
HSV(B)4.33º41.1%92.55%-
XYZ49.5340.2529.59-
YUV172.11109.32173.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.30%
GREEN value IS 146 (57.42% from 255) = 28.02%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=45.30%
G=28.02%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614613900.380.410.074.3371.8573.53
HexEC928B0262974484a
Octal3542222130465174110112
Binary111011001001001010001011010011010100111110010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC928B; }

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

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

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

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

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

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

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

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