#ED9693

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

Shades of Sweet Pink #ED9693

Tints of Sweet Pink #ED9693

Color information

#ED9693 (or 0xED9693) is unknown color: approx Sweet Pink. HEX triplet: ED, 96 and 93. RGB value is (237,150,147). Sum of RGB (Red+Green+Blue) = 237+150+147=534 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.38% from 534); Green value is 150 (58.98% from 255 or 28.09% from 534); Blue value is 147 (57.81% from 255 or 27.53% from 534); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9693 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9693 is #12696C. Grayscale: #AFAFAF. Windows color (decimal): -1206637 or 9672429. OLE color: 9672429.

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

Color convert

RGB237150147-
CMYK00.370.380.07
HSL71.43%75.29%-
HSV(B)37.97%92.94%-
XYZ51.141.9233-
YUV175.67111.82171.74-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.38%
GREEN value IS 150 (58.98% from 255) = 28.09%
BLUE value IS 147 (57.81% from 255) = 27.53%
R=44.38%
G=28.09%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23715014700.370.380.07271.4375.29
HexED96930252672474b
Octal3552262230454672107113
Binary11101101100101101001001101001011001101111010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9693; }

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

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

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

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

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

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

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

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