#EB8ACD

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

Shades of Tea Rose #EB8ACD

Tints of Tea Rose #EB8ACD

Color information

#EB8ACD (or 0xEB8ACD) is unknown color: approx Tea Rose. HEX triplet: EB, 8A and CD. RGB value is (235,138,205). Sum of RGB (Red+Green+Blue) = 235+138+205=578 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.66% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ACD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ACD is #147532. Grayscale: #AEAEAE. Windows color (decimal): -1340723 or 13470443. OLE color: 13470443.

HSL color Cylindrical-coordinate representation of color #EB8ACD: hue angle of 318.56º degrees, saturation: 0.71, 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 #EB8ACD is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235138205-
CMYK00.410.130.08
HSL318.56º70.8%73.14%-
HSV(B)318.56º41.28%92.16%-
XYZ54.3740.2562.66-
YUV174.64145.14171.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.66%
GREEN value IS 138 (54.30% from 255) = 23.88%
BLUE value IS 205 (80.47% from 255) = 35.47%
R=40.66%
G=23.88%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513820500.410.130.08318.5670.873.14
HexEB8ACD029D813f4749
Octal3532123150511510477107111
Binary11101011100010101100110101010011101100010011111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8ACD; }

 p { color: rgb(235,138,205); }

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

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

 a { background-color: rgb(235,138,205); }

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

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

 span { border-color: rgb(235,138,205); }

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