#ED8ACE

Color #ED8ACE Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #ED8ACE

Tints of Tea Rose #ED8ACE

Color information

#ED8ACE (or 0xED8ACE) is unknown color: approx Tea Rose. HEX triplet: ED, 8A and CE. RGB value is (237,138,206). Sum of RGB (Red+Green+Blue) = 237+138+206=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 138 (54.30% from 255 or 23.75% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ACE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ACE is #127531. Grayscale: #AFAFAF. Windows color (decimal): -1209650 or 13535981. OLE color: 13535981.

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

Color convert

RGB237138206-
CMYK00.420.130.07
HSL318.79º73.33%73.53%-
HSV(B)318.79º41.77%92.94%-
XYZ55.1540.6463.33-
YUV175.35145.3171.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 138 (54.30% from 255) = 23.75%
BLUE value IS 206 (80.86% from 255) = 35.46%
R=40.79%
G=23.75%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713820600.420.130.07318.7973.3373.53
HexED8ACE02AD713f494a
Octal355212316052157477111112
Binary1110110110001010110011100101010110111110011111110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8ACE; }

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

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

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

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

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

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

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

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