#EA85C7

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

Shades of Tea Rose #EA85C7

Tints of Tea Rose #EA85C7

Color information

#EA85C7 (or 0xEA85C7) is unknown color: approx Tea Rose. HEX triplet: EA, 85 and C7. RGB value is (234,133,199). Sum of RGB (Red+Green+Blue) = 234+133+199=566 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.34% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 199 (78.12% from 255 or 35.16% from 566); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85C7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85C7 is #157A38. Grayscale: #AAAAAA. Windows color (decimal): -1407545 or 13075946. OLE color: 13075946.

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

Color convert

RGB234133199-
CMYK00.430.150.08
HSL320.79º70.63%71.96%-
HSV(B)320.79º43.16%91.76%-
XYZ52.6338.3958.67-
YUV170.72143.96173.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.34%
GREEN value IS 133 (52.34% from 255) = 23.50%
BLUE value IS 199 (78.12% from 255) = 35.16%
R=41.34%
G=23.50%
B=35.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413319900.430.150.08320.7970.6371.96
HexEA85C702BF81414748
Octal3522053070531710501107110
Binary11101010100001011100011101010111111100010100000110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85C7; }

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

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

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

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

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

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

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

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