#EB8FCF

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

Shades of Tea Rose #EB8FCF

Tints of Tea Rose #EB8FCF

Color information

#EB8FCF (or 0xEB8FCF) is unknown color: approx Tea Rose. HEX triplet: EB, 8F and CF. RGB value is (235,143,207). Sum of RGB (Red+Green+Blue) = 235+143+207=585 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.17% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8FCF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8FCF is #147030. Grayscale: #B1B1B1. Windows color (decimal): -1339441 or 13602795. OLE color: 13602795.

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

Color convert

RGB235143207-
CMYK00.390.120.08
HSL318.26º69.7%74.12%-
HSV(B)318.26º39.15%92.16%-
XYZ55.3541.8164.18-
YUV177.8144.48168.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.17%
GREEN value IS 143 (56.25% from 255) = 24.44%
BLUE value IS 207 (81.25% from 255) = 35.38%
R=40.17%
G=24.44%
B=35.38%

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
Decimal23514320700.390.120.08318.2669.774.12
HexEB8FCF027C813e464a
Octal3532173170471410476106112
Binary11101011100011111100111101001111100100010011111010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8FCF; }

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

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

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

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

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

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

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

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