#EB7DCD

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

Shades of Tea Rose #EB7DCD

Tints of Tea Rose #EB7DCD

Color information

#EB7DCD (or 0xEB7DCD) is unknown color: approx Tea Rose. HEX triplet: EB, 7D and CD. RGB value is (235,125,205). Sum of RGB (Red+Green+Blue) = 235+125+205=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 205 (80.47% from 255 or 36.28% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DCD is #148232. Grayscale: #A6A6A6. Windows color (decimal): -1344051 or 13467115. OLE color: 13467115.

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

Color convert

RGB235125205-
CMYK00.470.130.08
HSL316.36º73.33%70.59%-
HSV(B)316.36º46.81%92.16%-
XYZ52.6136.7462.08-
YUV167.01149.44176.5-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 125 (49.22% from 255) = 22.12%
BLUE value IS 205 (80.47% from 255) = 36.28%
R=41.59%
G=22.12%
B=36.28%

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
Decimal23512520500.470.130.08316.3673.3370.59
HexEB7DCD02FD813c4947
Octal3531753150571510474111107
Binary1110101111111011100110101011111101100010011110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DCD; }

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

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

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

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

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

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

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

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