#EB7BCC

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

Shades of Tea Rose #EB7BCC

Tints of Tea Rose #EB7BCC

Color information

#EB7BCC (or 0xEB7BCC) is unknown color: approx Tea Rose. HEX triplet: EB, 7B and CC. RGB value is (235,123,204). Sum of RGB (Red+Green+Blue) = 235+123+204=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 123 (48.44% from 255 or 21.89% from 562); Blue value is 204 (80.08% from 255 or 36.30% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7BCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7BCC is #148433. Grayscale: #A5A5A5. Windows color (decimal): -1344564 or 13401067. OLE color: 13401067.

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

Color convert

RGB235123204-
CMYK00.480.130.08
HSL316.61º73.68%70.2%-
HSV(B)316.61º47.66%92.16%-
XYZ52.2436.1961.36-
YUV165.72149.61177.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 123 (48.44% from 255) = 21.89%
BLUE value IS 204 (80.08% from 255) = 36.30%
R=41.81%
G=21.89%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23512320400.480.130.08316.6173.6870.2
HexEB7BCC030D813d4a46
Octal3531733140601510475112106
Binary1110101111110111100110001100001101100010011110110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7BCC; }

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

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

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

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

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

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

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

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