#ED918D

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

Shades of Sweet Pink #ED918D

Tints of Sweet Pink #ED918D

Color information

#ED918D (or 0xED918D) is unknown color: approx Sweet Pink. HEX triplet: ED, 91 and 8D. RGB value is (237,145,141). Sum of RGB (Red+Green+Blue) = 237+145+141=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 145 (57.03% from 255 or 27.72% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED918D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED918D is #126E72. Grayscale: #ACACAC. Windows color (decimal): -1207923 or 9277933. OLE color: 9277933.

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

Color convert

RGB237145141-
CMYK00.390.410.07
HSL2.5º72.73%74.12%-
HSV(B)2.5º40.51%92.94%-
XYZ49.8640.1830.33-
YUV172.05110.48174.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 145 (57.03% from 255) = 27.72%
BLUE value IS 141 (55.47% from 255) = 26.96%
R=45.32%
G=27.72%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714514100.390.410.072.572.7374.12
HexED918D0272973494a
Octal3552212150475173111112
Binary11101101100100011000110101001111010011111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED918D; }

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

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

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

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

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

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

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

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