#ED908A

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

Shades of Sweet Pink #ED908A

Tints of Sweet Pink #ED908A

Color information

#ED908A (or 0xED908A) is unknown color: approx Sweet Pink. HEX triplet: ED, 90 and 8A. RGB value is (237,144,138). Sum of RGB (Red+Green+Blue) = 237+144+138=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED908A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED908A is #126F75. Grayscale: #ABABAB. Windows color (decimal): -1208182 or 9081069. OLE color: 9081069.

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

Color convert

RGB237144138-
CMYK00.390.420.07
HSL3.64º73.33%73.53%-
HSV(B)3.64º41.77%92.94%-
XYZ49.4939.7929.12-
YUV171.12109.31174.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 144 (56.64% from 255) = 27.75%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=45.66%
G=27.75%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714413800.390.420.073.6473.3373.53
HexED908A0272A74494a
Octal3552202120475274111112
Binary111011011001000010001010010011110101011110010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED908A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED908A; }

 p { color: rgb(237,144,138); }

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

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

 a { background-color: rgb(237,144,138); }

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

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

 span { border-color: rgb(237,144,138); }

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