#EA8BCD

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

Shades of Tea Rose #EA8BCD

Tints of Tea Rose #EA8BCD

Color information

#EA8BCD (or 0xEA8BCD) is unknown color: approx Tea Rose. HEX triplet: EA, 8B and CD. RGB value is (234,139,205). Sum of RGB (Red+Green+Blue) = 234+139+205=578 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.48% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BCD is #157432. Grayscale: #AEAEAE. Windows color (decimal): -1406003 or 13470698. OLE color: 13470698.

HSL color Cylindrical-coordinate representation of color #EA8BCD: hue angle of 318.32º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EA8BCD is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234139205-
CMYK00.410.120.08
HSL318.32º69.34%73.14%-
HSV(B)318.32º40.6%91.76%-
XYZ54.1840.3762.69-
YUV174.93144.97170.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.48%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=40.48%
G=24.05%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413920500.410.120.08318.3269.3473.14
HexEA8BCD029C813e4549
Octal3522133150511410476105111
Binary11101010100010111100110101010011100100010011111010001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BCD; }

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

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

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

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

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

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

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

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