#EB8DCE

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

Shades of Tea Rose #EB8DCE

Tints of Tea Rose #EB8DCE

Color information

#EB8DCE (or 0xEB8DCE) is unknown color: approx Tea Rose. HEX triplet: EB, 8D and CE. RGB value is (235,141,206). Sum of RGB (Red+Green+Blue) = 235+141+206=582 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.38% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 206 (80.86% from 255 or 35.40% from 582); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8DCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8DCE is #147231. Grayscale: #B0B0B0. Windows color (decimal): -1339954 or 13536747. OLE color: 13536747.

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

Color convert

RGB235141206-
CMYK00.40.120.08
HSL318.51º70.15%73.73%-
HSV(B)318.51º40%92.16%-
XYZ54.9341.1763.44-
YUV176.52144.64169.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.38%
GREEN value IS 141 (55.47% from 255) = 24.23%
BLUE value IS 206 (80.86% from 255) = 35.40%
R=40.38%
G=24.23%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514120600.40.120.08318.5170.1573.73
HexEB8DCE028C813f464a
Octal3532153160501410477106112
Binary11101011100011011100111001010001100100010011111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8DCE; }

 p { color: rgb(235,141,206); }

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

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

 a { background-color: rgb(235,141,206); }

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

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

 span { border-color: rgb(235,141,206); }

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