#EC9A90

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

Shades of Sweet Pink #EC9A90

Tints of Sweet Pink #EC9A90

Color information

#EC9A90 (or 0xEC9A90) is unknown color: approx Sweet Pink. HEX triplet: EC, 9A and 90. RGB value is (236,154,144). Sum of RGB (Red+Green+Blue) = 236+154+144=534 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.19% from 534); Green value is 154 (60.55% from 255 or 28.84% from 534); Blue value is 144 (56.64% from 255 or 26.97% from 534); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9A90 is #13656F. Grayscale: #B1B1B1. Windows color (decimal): -1271152 or 9476844. OLE color: 9476844.

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

Color convert

RGB236154144-
CMYK00.350.390.07
HSL6.52º70.77%74.51%-
HSV(B)6.52º38.98%92.55%-
XYZ51.1842.9631.98-
YUV177.38109.17169.81-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.19%
GREEN value IS 154 (60.55% from 255) = 28.84%
BLUE value IS 144 (56.64% from 255) = 26.97%
R=44.19%
G=28.84%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23615414400.350.390.076.5270.7774.51
HexEC9A900232777474b
Octal3542322200434777107113
Binary111011001001101010010000010001110011111111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9A90; }

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

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

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

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

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

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

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

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