#EA86C0

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

Shades of Tea Rose #EA86C0

Tints of Tea Rose #EA86C0

Color information

#EA86C0 (or 0xEA86C0) is unknown color: approx Tea Rose. HEX triplet: EA, 86 and C0. RGB value is (234,134,192). Sum of RGB (Red+Green+Blue) = 234+134+192=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 192 (75.39% from 255 or 34.29% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA86C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA86C0 is #15793F. Grayscale: #AAAAAA. Windows color (decimal): -1407296 or 12617450. OLE color: 12617450.

HSL color Cylindrical-coordinate representation of color #EA86C0: hue angle of 325.2º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EA86C0 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234134192-
CMYK00.430.180.08
HSL325.2º70.42%72.16%-
HSV(B)325.2º42.74%91.76%-
XYZ51.9738.3554.53-
YUV170.51140.13173.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 192 (75.39% from 255) = 34.29%
R=41.79%
G=23.93%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413419200.430.180.08325.270.4272.16
HexEA86C002B1281454648
Octal3522063000532210505106110
Binary111010101000011011000000010101110010100010100010110001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA86C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA86C0; }

 p { color: rgb(234,134,192); }

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

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

 a { background-color: rgb(234,134,192); }

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

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

 span { border-color: rgb(234,134,192); }

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