#ED9184

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

Shades of Sweet Pink #ED9184

Tints of Sweet Pink #ED9184

Color information

#ED9184 (or 0xED9184) is unknown color: approx Sweet Pink. HEX triplet: ED, 91 and 84. RGB value is (237,145,132). Sum of RGB (Red+Green+Blue) = 237+145+132=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #ED9184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED9184 is #126E7B. Grayscale: #ABABAB. Windows color (decimal): -1207932 or 8688109. OLE color: 8688109.

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

Color convert

RGB237145132-
CMYK00.390.440.07
HSL7.43º74.47%72.35%-
HSV(B)7.43º44.3%92.94%-
XYZ49.2239.9226.94-
YUV171.03105.98175.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=46.11%
G=28.21%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714513200.390.440.077.4374.4772.35
HexED91840272C774a48
Octal3552212040475477112110
Binary111011011001000110000100010011110110011111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED9184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED9184; }

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

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

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

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

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

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

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

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