#EC928D

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

Shades of Sweet Pink #EC928D

Tints of Sweet Pink #EC928D

Color information

#EC928D (or 0xEC928D) is unknown color: approx Sweet Pink. HEX triplet: EC, 92 and 8D. RGB value is (236,146,141). Sum of RGB (Red+Green+Blue) = 236+146+141=523 (69% of max value = 765). Red value is 236 (92.58% from 255 or 45.12% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 236 - color contains mainly: red. Hex color #EC928D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC928D is #136D72. Grayscale: #ACACAC. Windows color (decimal): -1273203 or 9278188. OLE color: 9278188.

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

Color convert

RGB236146141-
CMYK00.380.400.07
HSL3.16º71.43%73.92%-
HSV(B)3.16º40.25%92.55%-
XYZ49.6840.3130.36-
YUV172.34110.32173.41-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.12%
GREEN value IS 146 (57.42% from 255) = 27.92%
BLUE value IS 141 (55.47% from 255) = 26.96%
R=45.12%
G=27.92%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614614100.380.400.073.1671.4373.92
HexEC928D0262873474a
Octal3542222150465073107112
Binary11101100100100101000110101001101010001111110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC928D; }

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

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

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

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

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

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

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

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