#ED918B

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

Shades of Sweet Pink #ED918B

Tints of Sweet Pink #ED918B

Color information

#ED918B (or 0xED918B) is unknown color: approx Sweet Pink. HEX triplet: ED, 91 and 8B. RGB value is (237,145,139). Sum of RGB (Red+Green+Blue) = 237+145+139=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 139 (54.69% from 255 or 26.68% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED918B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED918B is #126E74. Grayscale: #ABABAB. Windows color (decimal): -1207925 or 9146861. OLE color: 9146861.

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

Color convert

RGB237145139-
CMYK00.390.410.07
HSL3.67º73.13%73.73%-
HSV(B)3.67º41.35%92.94%-
XYZ49.7140.1229.55-
YUV171.82109.48174.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.49%
GREEN value IS 145 (57.03% from 255) = 27.83%
BLUE value IS 139 (54.69% from 255) = 26.68%
R=45.49%
G=27.83%
B=26.68%

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
Decimal23714513900.390.410.073.6773.1373.73
HexED918B0272974494a
Octal3552212130475174111112
Binary111011011001000110001011010011110100111110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED918B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED918B; }

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

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

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

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

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

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

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

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