Html Css Color HEX #ED86CE Tea Rose

📋 copy color: '#ED86CE'

red 237 ◦ green 134 ◦ blue 206

#ED86CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #ED86CE

Tints of Tea Rose #ED86CE

RGB

 RED value IS 237 (92.97% from 255) = 41.07%

 GREEN value IS 134 (52.73% from 255) = 23.22%

 BLUE value IS 206 (80.86% from 255) = 35.7%

R = 41.07%
G = 23.22%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED86CE (or 0xED86CE) is known color: Tea Rose. HEX triplet: ED, 86 and CE. RGB value is (237,134,206). Sum of RGB (Red+Green+Blue) = 237+134+206=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 134 (52.73% from 255 or 23.22% from 577); Blue value is 206 (80.86% from 255 or 35.70% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #ED86CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED86CE is #127931. Grayscale: #ACACAC. Windows color (decimal): -1210674 or 13534957. OLE color: 13534957.

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

Color convert

RGB 237 134 206 -
CMYK 0 0.43 0.13 0.07
HSL 318.06º 0.74% 0.73% -
HSV(B) 318.06º 0.43% 0.93% -
XYZ 54.59 39.51 63.14 -
YUV 173.01 146.62 173.65 -
System Red Green Blue C M Y K H S L
Decimal 237 134 206 0 0.43 0.13 0.07 318.06 0.74 0.73
Hex ED 86 CE 0 2B D 7 13E 4A 49
Octal 355 206 316 0 53 15 7 476 112 111
Binary 11101101 10000110 11001110 0 101011 1101 111 100111110 1001010 1001001

Color Harmonies of #ED86CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED86CE

Black with #ED86CE

Text Example


Text Example

White with #ED86CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED86CE; }

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

 H1.HeaderClassName
 {
   color: #ED86CE;
 }
 .AnyTagClassName
 {
   color: #ED86CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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