#EA85CD

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

Shades of Tea Rose #EA85CD

Tints of Tea Rose #EA85CD

Color information

#EA85CD (or 0xEA85CD) is unknown color: approx Tea Rose. HEX triplet: EA, 85 and CD. RGB value is (234,133,205). Sum of RGB (Red+Green+Blue) = 234+133+205=572 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.91% from 572); Green value is 133 (52.34% from 255 or 23.25% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 234 - color contains mainly: red. Hex color #EA85CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA85CD is #157A32. Grayscale: #ABABAB. Windows color (decimal): -1407539 or 13469162. OLE color: 13469162.

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

Color convert

RGB234133205-
CMYK00.430.120.08
HSL317.23º70.63%71.96%-
HSV(B)317.23º43.16%91.76%-
XYZ53.3438.6862.41-
YUV171.41146.96172.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.91%
GREEN value IS 133 (52.34% from 255) = 23.25%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=40.91%
G=23.25%
B=35.84%

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
Decimal23413320500.430.120.08317.2370.6371.96
HexEA85CD02BC813d4748
Octal3522053150531410475107110
Binary11101010100001011100110101010111100100010011110110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA85CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA85CD; }

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

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

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

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

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

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

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

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