#EC9085

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

Shades of Sweet Pink #EC9085

Tints of Sweet Pink #EC9085

Color information

#EC9085 (or 0xEC9085) is unknown color: approx Sweet Pink. HEX triplet: EC, 90 and 85. RGB value is (236,144,133). Sum of RGB (Red+Green+Blue) = 236+144+133=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 144 (56.64% from 255 or 28.07% from 513); Blue value is 133 (52.34% from 255 or 25.93% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC9085 is #136F7A. Grayscale: #AAAAAA. Windows color (decimal): -1273723 or 8753388. OLE color: 8753388.

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

Color convert

RGB236144133-
CMYK00.390.440.07
HSL6.41º73.05%72.35%-
HSV(B)6.41º43.64%92.55%-
XYZ48.839.4727.24-
YUV170.25106.98174.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 144 (56.64% from 255) = 28.07%
BLUE value IS 133 (52.34% from 255) = 25.93%
R=46.00%
G=28.07%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23614413300.390.440.076.4173.0572.35
HexEC90850272C764948
Octal3542202050475476111110
Binary111011001001000010000101010011110110011111010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC9085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC9085; }

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

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

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

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

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

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

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

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