#EB7DCB

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

Shades of Tea Rose #EB7DCB

Tints of Tea Rose #EB7DCB

Color information

#EB7DCB (or 0xEB7DCB) is unknown color: approx Tea Rose. HEX triplet: EB, 7D and CB. RGB value is (235,125,203). Sum of RGB (Red+Green+Blue) = 235+125+203=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 203 (79.69% from 255 or 36.06% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7DCB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7DCB is #148234. Grayscale: #A6A6A6. Windows color (decimal): -1344053 or 13336043. OLE color: 13336043.

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

Color convert

RGB235125203-
CMYK00.470.140.08
HSL317.45º73.33%70.59%-
HSV(B)317.45º46.81%92.16%-
XYZ52.3736.6460.81-
YUV166.78148.44176.66-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 125 (49.22% from 255) = 22.20%
BLUE value IS 203 (79.69% from 255) = 36.06%
R=41.74%
G=22.20%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512520300.470.140.08317.4573.3370.59
HexEB7DCB02FE813d4947
Octal3531753130571610475111107
Binary1110101111111011100101101011111110100010011110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7DCB; }

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

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

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

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

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

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

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

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