#EB8FCE

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

Shades of Tea Rose #EB8FCE

Tints of Tea Rose #EB8FCE

Color information

#EB8FCE (or 0xEB8FCE) is unknown color: approx Tea Rose. HEX triplet: EB, 8F and CE. RGB value is (235,143,206). Sum of RGB (Red+Green+Blue) = 235+143+206=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 143 (56.25% from 255 or 24.49% from 584); Blue value is 206 (80.86% from 255 or 35.27% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FCE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FCE is #147031. Grayscale: #B1B1B1. Windows color (decimal): -1339442 or 13537259. OLE color: 13537259.

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

Color convert

RGB235143206-
CMYK00.390.120.08
HSL318.91º69.7%74.12%-
HSV(B)318.91º39.15%92.16%-
XYZ55.2241.7663.54-
YUV177.69143.98168.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 143 (56.25% from 255) = 24.49%
BLUE value IS 206 (80.86% from 255) = 35.27%
R=40.24%
G=24.49%
B=35.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514320600.390.120.08318.9169.774.12
HexEB8FCE027C813f464a
Octal3532173160471410477106112
Binary11101011100011111100111001001111100100010011111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8FCE; }

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

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

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

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

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

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

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

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