#EA85C2

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

Shades of Tea Rose #EA85C2

Tints of Tea Rose #EA85C2

Color information

#EA85C2 (or 0xEA85C2) is unknown color: approx Tea Rose. HEX triplet: EA, 85 and C2. RGB value is (234,133,194). Sum of RGB (Red+Green+Blue) = 234+133+194=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 133 (52.34% from 255 or 23.71% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85C2 is #157A3D. Grayscale: #AAAAAA. Windows color (decimal): -1407550 or 12748266. OLE color: 12748266.

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

Color convert

RGB234133194-
CMYK00.430.170.08
HSL323.76º70.63%71.96%-
HSV(B)323.76º43.16%91.76%-
XYZ52.0638.1655.66-
YUV170.15141.46173.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.71%
GREEN value IS 133 (52.34% from 255) = 23.71%
BLUE value IS 194 (76.17% from 255) = 34.58%
R=41.71%
G=23.71%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413319400.430.170.08323.7670.6371.96
HexEA85C202B1181444748
Octal3522053020532110504107110
Binary111010101000010111000010010101110001100010100010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85C2; }

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

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

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

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

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

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

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

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