#ED9183

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

Shades of Sweet Pink #ED9183

Tints of Sweet Pink #ED9183

Color information

#ED9183 (or 0xED9183) is unknown color: approx Sweet Pink. HEX triplet: ED, 91 and 83. RGB value is (237,145,131). Sum of RGB (Red+Green+Blue) = 237+145+131=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 131 (51.56% from 255 or 25.54% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9183 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9183 is #126E7C. Grayscale: #ABABAB. Windows color (decimal): -1207933 or 8622573. OLE color: 8622573.

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

Color convert

RGB237145131-
CMYK00.390.450.07
HSL7.92º74.65%72.16%-
HSV(B)7.92º44.73%92.94%-
XYZ49.1539.8926.58-
YUV170.91105.48175.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 145 (57.03% from 255) = 28.27%
BLUE value IS 131 (51.56% from 255) = 25.54%
R=46.20%
G=28.27%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714513100.390.450.077.9274.6572.16
HexED91830272D784b48
Octal35522120304755710113110
Binary1110110110010001100000110100111101101111100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9183; }

 p { color: rgb(237,145,131); }

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

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

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

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

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

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

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