#EB7DCF

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

Shades of Tea Rose #EB7DCF

Tints of Tea Rose #EB7DCF

Color information

#EB7DCF (or 0xEB7DCF) is unknown color: approx Tea Rose. HEX triplet: EB, 7D and CF. RGB value is (235,125,207). Sum of RGB (Red+Green+Blue) = 235+125+207=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DCF is #148230. Grayscale: #A7A7A7. Windows color (decimal): -1344049 or 13598187. OLE color: 13598187.

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

Color convert

RGB235125207-
CMYK00.470.120.08
HSL315.27º73.33%70.59%-
HSV(B)315.27º46.81%92.16%-
XYZ52.8636.8363.36-
YUV167.24150.44176.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 125 (49.22% from 255) = 22.05%
BLUE value IS 207 (81.25% from 255) = 36.51%
R=41.45%
G=22.05%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512520700.470.120.08315.2773.3370.59
HexEB7DCF02FC813b4947
Octal3531753170571410473111107
Binary1110101111111011100111101011111100100010011101110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DCF; }

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

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

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

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

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

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

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

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