#ED8E8A

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

Shades of Sweet Pink #ED8E8A

Tints of Sweet Pink #ED8E8A

Color information

#ED8E8A (or 0xED8E8A) is unknown color: approx Sweet Pink. HEX triplet: ED, 8E and 8A. RGB value is (237,142,138). Sum of RGB (Red+Green+Blue) = 237+142+138=517 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.84% from 517); Green value is 142 (55.86% from 255 or 27.47% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8E8A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8E8A is #127175. Grayscale: #AAAAAA. Windows color (decimal): -1208694 or 9080557. OLE color: 9080557.

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

Color convert

RGB237142138-
CMYK00.400.420.07
HSL2.42º73.33%73.53%-
HSV(B)2.42º41.77%92.94%-
XYZ49.1939.1929.02-
YUV169.95109.97175.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.84%
GREEN value IS 142 (55.86% from 255) = 27.47%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=45.84%
G=27.47%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714213800.400.420.072.4273.3373.53
HexED8E8A0282A72494a
Octal3552162120505272111112
Binary11101101100011101000101001010001010101111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8E8A; }

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

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

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

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

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

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

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

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