#EB7BC8

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

Shades of Tea Rose #EB7BC8

Tints of Tea Rose #EB7BC8

Color information

#EB7BC8 (or 0xEB7BC8) is unknown color: approx Tea Rose. HEX triplet: EB, 7B and C8. RGB value is (235,123,200). Sum of RGB (Red+Green+Blue) = 235+123+200=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 200 (78.52% from 255 or 35.84% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7BC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7BC8 is #148437. Grayscale: #A5A5A5. Windows color (decimal): -1344568 or 13138923. OLE color: 13138923.

HSL color Cylindrical-coordinate representation of color #EB7BC8: hue angle of 318.75º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EB7BC8 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.08.

Color convert

RGB235123200-
CMYK00.480.150.08
HSL318.75º73.68%70.2%-
HSV(B)318.75º47.66%92.16%-
XYZ51.773658.86-
YUV165.27147.61177.74-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.11%
GREEN value IS 123 (48.44% from 255) = 22.04%
BLUE value IS 200 (78.52% from 255) = 35.84%
R=42.11%
G=22.04%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512320000.480.150.08318.7573.6870.2
HexEB7BC8030F813f4a46
Octal3531733100601710477112106
Binary1110101111110111100100001100001111100010011111110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7BC8; }

 p { color: rgb(235,123,200); }

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

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

 a { background-color: rgb(235,123,200); }

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

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

 span { border-color: rgb(235,123,200); }

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