#ED928E

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

Shades of Sweet Pink #ED928E

Tints of Sweet Pink #ED928E

Color information

#ED928E (or 0xED928E) is unknown color: approx Sweet Pink. HEX triplet: ED, 92 and 8E. RGB value is (237,146,142). Sum of RGB (Red+Green+Blue) = 237+146+142=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 146 (57.42% from 255 or 27.81% from 525); Blue value is 142 (55.86% from 255 or 27.05% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED928E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED928E is #126D71. Grayscale: #ACACAC. Windows color (decimal): -1207666 or 9343725. OLE color: 9343725.

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

Color convert

RGB237146142-
CMYK00.380.400.07
HSL2.53º72.52%74.31%-
HSV(B)2.53º40.08%92.94%-
XYZ50.0940.5230.77-
YUV172.75110.65173.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 146 (57.42% from 255) = 27.81%
BLUE value IS 142 (55.86% from 255) = 27.05%
R=45.14%
G=27.81%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714614200.380.400.072.5372.5274.31
HexED928E0262873494a
Octal3552222160465073111112
Binary11101101100100101000111001001101010001111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED928E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED928E; }

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

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

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

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

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

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

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

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