#EB85C3

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

Shades of Tea Rose #EB85C3

Tints of Tea Rose #EB85C3

Color information

#EB85C3 (or 0xEB85C3) is unknown color: approx Tea Rose. HEX triplet: EB, 85 and C3. RGB value is (235,133,195). Sum of RGB (Red+Green+Blue) = 235+133+195=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 195 (76.56% from 255 or 34.64% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85C3 is #147A3C. Grayscale: #AAAAAA. Windows color (decimal): -1342013 or 12813803. OLE color: 12813803.

HSL color Cylindrical-coordinate representation of color #EB85C3: hue angle of 323.53º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #EB85C3 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235133195-
CMYK00.430.170.08
HSL323.53º71.83%72.16%-
HSV(B)323.53º43.4%92.16%-
XYZ52.538.3856.27-
YUV170.57141.79173.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 133 (52.34% from 255) = 23.62%
BLUE value IS 195 (76.56% from 255) = 34.64%
R=41.74%
G=23.62%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513319500.430.170.08323.5371.8372.16
HexEB85C302B1181444848
Octal3532053030532110504110110
Binary111010111000010111000011010101110001100010100010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85C3; }

 p { color: rgb(235,133,195); }

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

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

 a { background-color: rgb(235,133,195); }

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

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

 span { border-color: rgb(235,133,195); }

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