#EC9693

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

Shades of Sweet Pink #EC9693

Tints of Sweet Pink #EC9693

Color information

#EC9693 (or 0xEC9693) is unknown color: approx Sweet Pink. HEX triplet: EC, 96 and 93. RGB value is (236,150,147). Sum of RGB (Red+Green+Blue) = 236+150+147=533 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.28% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9693 is #13696C. Grayscale: #AFAFAF. Windows color (decimal): -1272173 or 9672428. OLE color: 9672428.

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

Color convert

RGB236150147-
CMYK00.360.380.07
HSL2.02º70.08%75.1%-
HSV(B)2.02º37.71%92.55%-
XYZ50.7641.7532.99-
YUV175.37111.99171.24-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.28%
GREEN value IS 150 (58.98% from 255) = 28.14%
BLUE value IS 147 (57.81% from 255) = 27.58%
R=44.28%
G=28.14%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615014700.360.380.072.0270.0875.1
HexEC96930242672464b
Octal3542262230444672106113
Binary11101100100101101001001101001001001101111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9693; }

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

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

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

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

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

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

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

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