#ED9393

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

Shades of Sweet Pink #ED9393

Tints of Sweet Pink #ED9393

Color information

#ED9393 (or 0xED9393) is unknown color: approx Sweet Pink. HEX triplet: ED, 93 and 93. RGB value is (237,147,147). Sum of RGB (Red+Green+Blue) = 237+147+147=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 147 (57.81% from 255 or 27.68% from 531); Blue value is 147 (57.81% from 255 or 27.68% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9393 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9393 is #126C6C. Grayscale: #AEAEAE. Windows color (decimal): -1207405 or 9671661. OLE color: 9671661.

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

Color convert

RGB237147147-
CMYK00.380.380.07
HSL71.43%75.29%-
HSV(B)37.97%92.94%-
XYZ50.6340.9832.85-
YUV173.91112.82173-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.63%
GREEN value IS 147 (57.81% from 255) = 27.68%
BLUE value IS 147 (57.81% from 255) = 27.68%
R=44.63%
G=27.68%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714714700.380.380.07071.4375.29
HexED93930262670474b
Octal3552232230464670107113
Binary1110110110010011100100110100110100110111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9393; }

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

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

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

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

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

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

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

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