#EA85C3

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

Shades of Tea Rose #EA85C3

Tints of Tea Rose #EA85C3

Color information

#EA85C3 (or 0xEA85C3) is unknown color: approx Tea Rose. HEX triplet: EA, 85 and C3. RGB value is (234,133,195). Sum of RGB (Red+Green+Blue) = 234+133+195=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 195 (76.56% from 255 or 34.70% from 562); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85C3 is #157A3C. Grayscale: #AAAAAA. Windows color (decimal): -1407549 or 12813802. OLE color: 12813802.

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

Color convert

RGB234133195-
CMYK00.430.170.08
HSL323.17º70.63%71.96%-
HSV(B)323.17º43.16%91.76%-
XYZ52.1738.2156.25-
YUV170.27141.96173.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.64%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 195 (76.56% from 255) = 34.70%
R=41.64%
G=23.67%
B=34.70%

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
Decimal23413319500.430.170.08323.1770.6371.96
HexEA85C302B1181434748
Octal3522053030532110503107110
Binary111010101000010111000011010101110001100010100001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85C3; }

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

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

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

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

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

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

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

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