#EA85CA

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

Shades of Tea Rose #EA85CA

Tints of Tea Rose #EA85CA

Color information

#EA85CA (or 0xEA85CA) is unknown color: approx Tea Rose. HEX triplet: EA, 85 and CA. RGB value is (234,133,202). Sum of RGB (Red+Green+Blue) = 234+133+202=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85CA is #157A35. Grayscale: #AAAAAA. Windows color (decimal): -1407542 or 13272554. OLE color: 13272554.

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

Color convert

RGB234133202-
CMYK00.430.140.08
HSL319.01º70.63%71.96%-
HSV(B)319.01º43.16%91.76%-
XYZ52.9838.5360.52-
YUV171.06145.46172.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.12%
GREEN value IS 133 (52.34% from 255) = 23.37%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=41.12%
G=23.37%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413320200.430.140.08319.0170.6371.96
HexEA85CA02BE813f4748
Octal3522053120531610477107110
Binary11101010100001011100101001010111110100010011111110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85CA; }

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

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

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

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

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

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

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

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