#ED9384

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

Shades of Sweet Pink #ED9384

Tints of Sweet Pink #ED9384

Color information

#ED9384 (or 0xED9384) is unknown color: approx Sweet Pink. HEX triplet: ED, 93 and 84. RGB value is (237,147,132). Sum of RGB (Red+Green+Blue) = 237+147+132=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9384 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9384 is #126C7B. Grayscale: #ACACAC. Windows color (decimal): -1207420 or 8688621. OLE color: 8688621.

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

Color convert

RGB237147132-
CMYK00.380.440.07
HSL8.57º74.47%72.35%-
HSV(B)8.57º44.3%92.94%-
XYZ49.5240.5427.04-
YUV172.2105.32174.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 132 (51.95% from 255) = 25.58%
R=45.93%
G=28.49%
B=25.58%

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
Decimal23714713200.380.440.078.5774.4772.35
HexED93840262C794a48
Octal35522320404654711112110
Binary1110110110010011100001000100110101100111100110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9384; }

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

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

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

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

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

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

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

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