#EB90D0

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

Shades of Tea Rose #EB90D0

Tints of Tea Rose #EB90D0

Color information

#EB90D0 (or 0xEB90D0) is unknown color: approx Tea Rose. HEX triplet: EB, 90 and D0. RGB value is (235,144,208). Sum of RGB (Red+Green+Blue) = 235+144+208=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 144 (56.64% from 255 or 24.53% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90D0 is #146F2F. Grayscale: #B2B2B2. Windows color (decimal): -1339184 or 13668587. OLE color: 13668587.

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

Color convert

RGB235144208-
CMYK00.390.110.08
HSL317.8º69.47%74.31%-
HSV(B)317.8º38.72%92.16%-
XYZ55.6242.1664.88-
YUV178.5144.65168.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 144 (56.64% from 255) = 24.53%
BLUE value IS 208 (81.64% from 255) = 35.43%
R=40.03%
G=24.53%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514420800.390.110.08317.869.4774.31
HexEB90D0027B813e454a
Octal3532203200471310476105112
Binary11101011100100001101000001001111011100010011111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90D0; }

 p { color: rgb(235,144,208); }

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

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

 a { background-color: rgb(235,144,208); }

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

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

 span { border-color: rgb(235,144,208); }

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