#EB90CC

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

Shades of Tea Rose #EB90CC

Tints of Tea Rose #EB90CC

Color information

#EB90CC (or 0xEB90CC) is unknown color: approx Tea Rose. HEX triplet: EB, 90 and CC. RGB value is (235,144,204). Sum of RGB (Red+Green+Blue) = 235+144+204=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 144 (56.64% from 255 or 24.70% from 583); Blue value is 204 (80.08% from 255 or 34.99% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EB90CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB90CC is #146F33. Grayscale: #B1B1B1. Windows color (decimal): -1339188 or 13406443. OLE color: 13406443.

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

Color convert

RGB235144204-
CMYK00.390.130.08
HSL320.44º69.47%74.31%-
HSV(B)320.44º38.72%92.16%-
XYZ55.1341.9762.32-
YUV178.05142.65168.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 144 (56.64% from 255) = 24.70%
BLUE value IS 204 (80.08% from 255) = 34.99%
R=40.31%
G=24.70%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514420400.390.130.08320.4469.4774.31
HexEB90CC027D8140454a
Octal3532203140471510500105112
Binary11101011100100001100110001001111101100010100000010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB90CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB90CC; }

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

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

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

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

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

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

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

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