#ED928B

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

Shades of Sweet Pink #ED928B

Tints of Sweet Pink #ED928B

Color information

#ED928B (or 0xED928B) is unknown color: approx Sweet Pink. HEX triplet: ED, 92 and 8B. RGB value is (237,146,139). Sum of RGB (Red+Green+Blue) = 237+146+139=522 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.40% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 139 (54.69% from 255 or 26.63% from 522); Max value from RGB is 237 - color contains mainly: red. Hex color #ED928B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED928B is #126D74. Grayscale: #ACACAC. Windows color (decimal): -1207669 or 9147117. OLE color: 9147117.

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

Color convert

RGB237146139-
CMYK00.380.410.07
HSL4.29º73.13%73.73%-
HSV(B)4.29º41.35%92.94%-
XYZ49.8640.4329.6-
YUV172.41109.15174.07-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.40%
GREEN value IS 146 (57.42% from 255) = 27.97%
BLUE value IS 139 (54.69% from 255) = 26.63%
R=45.40%
G=27.97%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714613900.380.410.074.2973.1373.73
HexED928B0262974494a
Octal3552222130465174111112
Binary111011011001001010001011010011010100111110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED928B; }

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

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

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

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

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

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

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

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