#EA85C1

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

Shades of Tea Rose #EA85C1

Tints of Tea Rose #EA85C1

Color information

#EA85C1 (or 0xEA85C1) is unknown color: approx Tea Rose. HEX triplet: EA, 85 and C1. RGB value is (234,133,193). Sum of RGB (Red+Green+Blue) = 234+133+193=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85C1 is #157A3E. Grayscale: #A9A9A9. Windows color (decimal): -1407551 or 12682730. OLE color: 12682730.

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

Color convert

RGB234133193-
CMYK00.430.180.08
HSL324.36º70.63%71.96%-
HSV(B)324.36º43.16%91.76%-
XYZ51.9438.1255.07-
YUV170.04140.96173.62-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.79%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 193 (75.78% from 255) = 34.46%
R=41.79%
G=23.75%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413319300.430.180.08324.3670.6371.96
HexEA85C102B1281444748
Octal3522053010532210504107110
Binary111010101000010111000001010101110010100010100010010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85C1; }

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

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

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

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

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

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

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

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