#EB8AC8

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

Shades of Tea Rose #EB8AC8

Tints of Tea Rose #EB8AC8

Color information

#EB8AC8 (or 0xEB8AC8) is unknown color: approx Tea Rose. HEX triplet: EB, 8A and C8. RGB value is (235,138,200). Sum of RGB (Red+Green+Blue) = 235+138+200=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 200 (78.52% from 255 or 34.90% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8AC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8AC8 is #147537. Grayscale: #ADADAD. Windows color (decimal): -1340728 or 13142763. OLE color: 13142763.

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

Color convert

RGB235138200-
CMYK00.410.150.08
HSL321.65º70.8%73.14%-
HSV(B)321.65º41.28%92.16%-
XYZ53.7740.0159.53-
YUV174.07142.64171.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 200 (78.52% from 255) = 34.90%
R=41.01%
G=24.08%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513820000.410.150.08321.6570.873.14
HexEB8AC8029F81424749
Octal3532123100511710502107111
Binary11101011100010101100100001010011111100010100001010001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8AC8; }

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

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

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

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

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

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

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

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