#ec9190

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

Shades of Sweet Pink #EC9190

Tints of Sweet Pink #EC9190

Color information

#EC9190 (or 0xEC9190) is unknown color: approx Sweet Pink. HEX triplet: EC, 91 and 90. RGB value is (236,145,144). Sum of RGB (Red+Green+Blue) = 236+145+144=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 145 (57.03% from 255 or 27.62% from 525); Blue value is 144 (56.64% from 255 or 27.43% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9190 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9190 is #136E6F. Grayscale: #ACACAC. Windows color (decimal): -1273456 or 9474540. OLE color: 9474540.

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

Color convert

RGB236145144-
CMYK00.390.390.07
HSL0.65º70.77%74.51%-
HSV(B)0.65º38.98%92.55%-
XYZ49.7540.131.5-
YUV172.09112.15173.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 145 (57.03% from 255) = 27.62%
BLUE value IS 144 (56.64% from 255) = 27.43%
R=44.95%
G=27.62%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614514400.390.390.070.6570.7774.51
HexEC91900272771474b
Octal3542212200474771107113
Binary1110110010010001100100000100111100111111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ec9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ec9190; }

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

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

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

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

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

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

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

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