#EC9692

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

Shades of Sweet Pink #EC9692

Tints of Sweet Pink #EC9692

Color information

#EC9692 (or 0xEC9692) is unknown color: approx Sweet Pink. HEX triplet: EC, 96 and 92. RGB value is (236,150,146). Sum of RGB (Red+Green+Blue) = 236+150+146=532 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.36% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 146 (57.42% from 255 or 27.44% from 532); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9692 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9692 is #13696D. Grayscale: #AFAFAF. Windows color (decimal): -1272174 or 9606892. OLE color: 9606892.

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

Color convert

RGB236150146-
CMYK00.360.380.07
HSL2.67º70.31%74.9%-
HSV(B)2.67º38.14%92.55%-
XYZ50.6941.7232.58-
YUV175.26111.49171.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.36%
GREEN value IS 150 (58.98% from 255) = 28.20%
BLUE value IS 146 (57.42% from 255) = 27.44%
R=44.36%
G=28.20%
B=27.44%

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
Decimal23615014600.360.380.072.6770.3174.9
HexEC96920242673464b
Octal3542262220444673106113
Binary11101100100101101001001001001001001101111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9692; }

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

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

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

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

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

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

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

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