#EC928F

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

Shades of Sweet Pink #EC928F

Tints of Sweet Pink #EC928F

Color information

#EC928F (or 0xEC928F) is unknown color: approx Sweet Pink. HEX triplet: EC, 92 and 8F. RGB value is (236,146,143). Sum of RGB (Red+Green+Blue) = 236+146+143=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC928F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC928F is #136D70. Grayscale: #ACACAC. Windows color (decimal): -1273201 or 9409260. OLE color: 9409260.

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

Color convert

RGB236146143-
CMYK00.380.390.07
HSL1.94º70.99%74.31%-
HSV(B)1.94º39.41%92.55%-
XYZ49.8340.3731.15-
YUV172.57111.32173.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 143 (56.25% from 255) = 27.24%
R=44.95%
G=27.81%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614614300.380.390.071.9470.9974.31
HexEC928F0262772474a
Octal3542222170464772107112
Binary11101100100100101000111101001101001111111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC928F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC928F; }

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

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

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

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

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

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

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

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