#EB85C2

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

Shades of Tea Rose #EB85C2

Tints of Tea Rose #EB85C2

Color information

#EB85C2 (or 0xEB85C2) is unknown color: approx Tea Rose. HEX triplet: EB, 85 and C2. RGB value is (235,133,194). Sum of RGB (Red+Green+Blue) = 235+133+194=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 133 (52.34% from 255 or 23.67% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB85C2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB85C2 is #147A3D. Grayscale: #AAAAAA. Windows color (decimal): -1342014 or 12748267. OLE color: 12748267.

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

Color convert

RGB235133194-
CMYK00.430.170.08
HSL324.12º71.83%72.16%-
HSV(B)324.12º43.4%92.16%-
XYZ52.3938.3355.68-
YUV170.45141.29174.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 133 (52.34% from 255) = 23.67%
BLUE value IS 194 (76.17% from 255) = 34.52%
R=41.81%
G=23.67%
B=34.52%

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
Decimal23513319400.430.170.08324.1271.8372.16
HexEB85C202B1181444848
Octal3532053020532110504110110
Binary111010111000010111000010010101110001100010100010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB85C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB85C2; }

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

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

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

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

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

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

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

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