#ED9A93

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

Shades of Sweet Pink #ED9A93

Tints of Sweet Pink #ED9A93

Color information

#ED9A93 (or 0xED9A93) is unknown color: approx Sweet Pink. HEX triplet: ED, 9A and 93. RGB value is (237,154,147). Sum of RGB (Red+Green+Blue) = 237+154+147=538 (71% of max value = 765). Red value is 237 (92.97% from 255 or 44.05% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9A93 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9A93 is #12656C. Grayscale: #B2B2B2. Windows color (decimal): -1205613 or 9673453. OLE color: 9673453.

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

Color convert

RGB237154147-
CMYK00.350.380.07
HSL4.67º71.43%75.29%-
HSV(B)4.67º37.97%92.94%-
XYZ51.7543.2233.22-
YUV178.02110.5170.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.05%
GREEN value IS 154 (60.55% from 255) = 28.62%
BLUE value IS 147 (57.81% from 255) = 27.32%
R=44.05%
G=28.62%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715414700.350.380.074.6771.4375.29
HexED9A930232675474b
Octal3552322230434675107113
Binary111011011001101010010011010001110011011110110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9A93; }

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

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

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

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

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

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

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

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