#EA85CF

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

Shades of Tea Rose #EA85CF

Tints of Tea Rose #EA85CF

Color information

#EA85CF (or 0xEA85CF) is unknown color: approx Tea Rose. HEX triplet: EA, 85 and CF. RGB value is (234,133,207). Sum of RGB (Red+Green+Blue) = 234+133+207=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85CF is #157A30. Grayscale: #ABABAB. Windows color (decimal): -1407537 or 13600234. OLE color: 13600234.

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

Color convert

RGB234133207-
CMYK00.430.120.08
HSL316.04º70.63%71.96%-
HSV(B)316.04º43.16%91.76%-
XYZ53.5838.7763.69-
YUV171.64147.96172.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.77%
GREEN value IS 133 (52.34% from 255) = 23.17%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=40.77%
G=23.17%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413320700.430.120.08316.0470.6371.96
HexEA85CF02BC813c4748
Octal3522053170531410474107110
Binary11101010100001011100111101010111100100010011110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85CF; }

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

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

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

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

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

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

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

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