#EB7DCC

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

Shades of Tea Rose #EB7DCC

Tints of Tea Rose #EB7DCC

Color information

#EB7DCC (or 0xEB7DCC) is unknown color: approx Tea Rose. HEX triplet: EB, 7D and CC. RGB value is (235,125,204). Sum of RGB (Red+Green+Blue) = 235+125+204=564 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.67% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DCC is #148233. Grayscale: #A6A6A6. Windows color (decimal): -1344052 or 13401579. OLE color: 13401579.

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

Color convert

RGB235125204-
CMYK00.470.130.08
HSL316.91º73.33%70.59%-
HSV(B)316.91º46.81%92.16%-
XYZ52.4936.6961.44-
YUV166.9148.94176.58-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.67%
GREEN value IS 125 (49.22% from 255) = 22.16%
BLUE value IS 204 (80.08% from 255) = 36.17%
R=41.67%
G=22.16%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512520400.470.130.08316.9173.3370.59
HexEB7DCC02FD813d4947
Octal3531753140571510475111107
Binary1110101111111011100110001011111101100010011110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DCC; }

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

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

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

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

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

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

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

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