#ED9283

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

Shades of Sweet Pink #ED9283

Tints of Sweet Pink #ED9283

Color information

#ED9283 (or 0xED9283) is unknown color: approx Sweet Pink. HEX triplet: ED, 92 and 83. RGB value is (237,146,131). Sum of RGB (Red+Green+Blue) = 237+146+131=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 146 (57.42% from 255 or 28.40% from 514); Blue value is 131 (51.56% from 255 or 25.49% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9283 is #126D7C. Grayscale: #ABABAB. Windows color (decimal): -1207677 or 8622829. OLE color: 8622829.

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

Color convert

RGB237146131-
CMYK00.380.450.07
HSL8.49º74.65%72.16%-
HSV(B)8.49º44.73%92.94%-
XYZ49.340.226.63-
YUV171.5105.15174.72-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 146 (57.42% from 255) = 28.40%
BLUE value IS 131 (51.56% from 255) = 25.49%
R=46.11%
G=28.40%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714613100.380.450.078.4974.6572.16
HexED92830262D784b48
Octal35522220304655710113110
Binary1110110110010010100000110100110101101111100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9283; }

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

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

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

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

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

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

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

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