#EC9290

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

Shades of Sweet Pink #EC9290

Tints of Sweet Pink #EC9290

Color information

#EC9290 (or 0xEC9290) is unknown color: approx Sweet Pink. HEX triplet: EC, 92 and 90. RGB value is (236,146,144). Sum of RGB (Red+Green+Blue) = 236+146+144=526 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.87% from 526); Green value is 146 (57.42% from 255 or 27.76% from 526); Blue value is 144 (56.64% from 255 or 27.38% from 526); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9290 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9290 is #136D6F. Grayscale: #ACACAC. Windows color (decimal): -1273200 or 9474796. OLE color: 9474796.

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

Color convert

RGB236146144-
CMYK00.380.390.07
HSL1.3º70.77%74.51%-
HSV(B)1.3º38.98%92.55%-
XYZ49.940.431.55-
YUV172.68111.82173.16-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.87%
GREEN value IS 146 (57.42% from 255) = 27.76%
BLUE value IS 144 (56.64% from 255) = 27.38%
R=44.87%
G=27.76%
B=27.38%

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
Decimal23614614400.380.390.071.370.7774.51
HexEC92900262771474b
Octal3542222200464771107113
Binary1110110010010010100100000100110100111111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9290; }

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

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

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

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

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

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

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

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