#ed86be

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

Shades of Tea Rose #ED86BE

Tints of Tea Rose #ED86BE

Color information

#ED86BE (or 0xED86BE) is unknown color: approx Tea Rose. HEX triplet: ED, 86 and BE. RGB value is (237,134,190). Sum of RGB (Red+Green+Blue) = 237+134+190=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 190 (74.61% from 255 or 33.87% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86BE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86BE is #127941. Grayscale: #ABABAB. Windows color (decimal): -1210690 or 12486381. OLE color: 12486381.

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

Color convert

RGB237134190-
CMYK00.430.200.07
HSL327.38º74.1%72.75%-
HSV(B)327.38º43.46%92.94%-
XYZ52.7438.7753.42-
YUV171.18138.62174.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 134 (52.73% from 255) = 23.89%
BLUE value IS 190 (74.61% from 255) = 33.87%
R=42.25%
G=23.89%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713419000.430.200.07327.3874.172.75
HexED86BE02B1471474a49
Octal355206276053247507112111
Binary11101101100001101011111001010111010011110100011110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed86be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed86be; }

 p { color: rgb(237,134,190); }

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

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

 a { background-color: rgb(237,134,190); }

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

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

 span { border-color: rgb(237,134,190); }

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