#EC968F

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

Shades of Sweet Pink #EC968F

Tints of Sweet Pink #EC968F

Color information

#EC968F (or 0xEC968F) is unknown color: approx Sweet Pink. HEX triplet: EC, 96 and 8F. RGB value is (236,150,143). Sum of RGB (Red+Green+Blue) = 236+150+143=529 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.61% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 143 (56.25% from 255 or 27.03% from 529); Max value from RGB is 236 - color contains mainly: red. Hex color #EC968F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC968F is #136970. Grayscale: #AFAFAF. Windows color (decimal): -1272177 or 9410284. OLE color: 9410284.

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

Color convert

RGB236150143-
CMYK00.360.390.07
HSL4.52º70.99%74.31%-
HSV(B)4.52º39.41%92.55%-
XYZ50.4641.6331.36-
YUV174.92109.99171.57-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.61%
GREEN value IS 150 (58.98% from 255) = 28.36%
BLUE value IS 143 (56.25% from 255) = 27.03%
R=44.61%
G=28.36%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615014300.360.390.074.5270.9974.31
HexEC968F0242775474a
Octal3542262170444775107112
Binary111011001001011010001111010010010011111110110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC968F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC968F; }

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

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

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

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

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

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

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

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