#ED9082

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

Shades of Sweet Pink #ED9082

Tints of Sweet Pink #ED9082

Color information

#ED9082 (or 0xED9082) is unknown color: approx Sweet Pink. HEX triplet: ED, 90 and 82. RGB value is (237,144,130). Sum of RGB (Red+Green+Blue) = 237+144+130=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 144 (56.64% from 255 or 28.18% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9082 is #126F7D. Grayscale: #AAAAAA. Windows color (decimal): -1208190 or 8556781. OLE color: 8556781.

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

Color convert

RGB237144130-
CMYK00.390.450.07
HSL7.85º74.83%71.96%-
HSV(B)7.85º45.15%92.94%-
XYZ48.9339.5626.18-
YUV170.21105.31175.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 144 (56.64% from 255) = 28.18%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=46.38%
G=28.18%
B=25.44%

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
Decimal23714413000.390.450.077.8574.8371.96
HexED90820272D784b48
Octal35522020204755710113110
Binary1110110110010000100000100100111101101111100010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9082; }

 p { color: rgb(237,144,130); }

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

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

 a { background-color: rgb(237,144,130); }

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

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

 span { border-color: rgb(237,144,130); }

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