#EB91CF

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

Shades of Tea Rose #EB91CF

Tints of Tea Rose #EB91CF

Color information

#EB91CF (or 0xEB91CF) is unknown color: approx Tea Rose. HEX triplet: EB, 91 and CF. RGB value is (235,145,207). Sum of RGB (Red+Green+Blue) = 235+145+207=587 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.03% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 207 (81.25% from 255 or 35.26% from 587); Max value from RGB is 235 - color contains mainly: red. Hex color #EB91CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB91CF is #146E30. Grayscale: #B2B2B2. Windows color (decimal): -1338929 or 13603307. OLE color: 13603307.

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

Color convert

RGB235145207-
CMYK00.380.120.08
HSL318.67º69.23%74.51%-
HSV(B)318.67º38.3%92.16%-
XYZ55.6542.4264.29-
YUV178.98143.82167.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.03%
GREEN value IS 145 (57.03% from 255) = 24.70%
BLUE value IS 207 (81.25% from 255) = 35.26%
R=40.03%
G=24.70%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514520700.380.120.08318.6769.2374.51
HexEB91CF026C813f454b
Octal3532213170461410477105113
Binary11101011100100011100111101001101100100010011111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB91CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB91CF; }

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

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

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

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

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

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

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

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