#ED9385

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

Shades of Sweet Pink #ED9385

Tints of Sweet Pink #ED9385

Color information

#ED9385 (or 0xED9385) is unknown color: approx Sweet Pink. HEX triplet: ED, 93 and 85. RGB value is (237,147,133). Sum of RGB (Red+Green+Blue) = 237+147+133=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 147 (57.81% from 255 or 28.43% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9385 is #126C7A. Grayscale: #ACACAC. Windows color (decimal): -1207419 or 8754157. OLE color: 8754157.

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

Color convert

RGB237147133-
CMYK00.380.440.07
HSL8.08º74.29%72.55%-
HSV(B)8.08º43.88%92.94%-
XYZ49.5940.5727.41-
YUV172.31105.82174.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 147 (57.81% from 255) = 28.43%
BLUE value IS 133 (52.34% from 255) = 25.73%
R=45.84%
G=28.43%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714713300.380.440.078.0874.2972.55
HexED93850262C784a49
Octal35522320504654710112111
Binary1110110110010011100001010100110101100111100010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9385; }

 p { color: rgb(237,147,133); }

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

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

 a { background-color: rgb(237,147,133); }

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

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

 span { border-color: rgb(237,147,133); }

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