#ED9694

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

Shades of Sweet Pink #ED9694

Tints of Sweet Pink #ED9694

Color information

#ED9694 (or 0xED9694) is unknown color: approx Sweet Pink. HEX triplet: ED, 96 and 94. RGB value is (237,150,148). Sum of RGB (Red+Green+Blue) = 237+150+148=535 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.30% from 535); Green value is 150 (58.98% from 255 or 28.04% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9694 is #12696B. Grayscale: #AFAFAF. Windows color (decimal): -1206636 or 9737965. OLE color: 9737965.

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

Color convert

RGB237150148-
CMYK00.370.380.07
HSL1.35º71.2%75.49%-
HSV(B)1.35º37.55%92.94%-
XYZ51.1841.9633.42-
YUV175.79112.32171.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.30%
GREEN value IS 150 (58.98% from 255) = 28.04%
BLUE value IS 148 (58.20% from 255) = 27.66%
R=44.30%
G=28.04%
B=27.66%

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
Decimal23715014800.370.380.071.3571.275.49
HexED96940252671474b
Octal3552262240454671107113
Binary1110110110010110100101000100101100110111110001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9694; }

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

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

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

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

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

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

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

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