#EA85C0

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

Shades of Tea Rose #EA85C0

Tints of Tea Rose #EA85C0

Color information

#EA85C0 (or 0xEA85C0) is unknown color: approx Tea Rose. HEX triplet: EA, 85 and C0. RGB value is (234,133,192). Sum of RGB (Red+Green+Blue) = 234+133+192=559 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.86% from 559); Green value is 133 (52.34% from 255 or 23.79% from 559); Blue value is 192 (75.39% from 255 or 34.35% from 559); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85C0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85C0 is #157A3F. Grayscale: #A9A9A9. Windows color (decimal): -1407552 or 12617194. OLE color: 12617194.

HSL color Cylindrical-coordinate representation of color #EA85C0: hue angle of 324.95º degrees, saturation: 0.71, 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 #EA85C0 is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB234133192-
CMYK00.430.180.08
HSL324.95º70.63%71.96%-
HSV(B)324.95º43.16%91.76%-
XYZ51.8338.0754.49-
YUV169.92140.46173.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.86%
GREEN value IS 133 (52.34% from 255) = 23.79%
BLUE value IS 192 (75.39% from 255) = 34.35%
R=41.86%
G=23.79%
B=34.35%

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
Decimal23413319200.430.180.08324.9570.6371.96
HexEA85C002B1281454748
Octal3522053000532210505107110
Binary111010101000010111000000010101110010100010100010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85C0; }

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

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

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

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

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

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

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

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