#EB7CCC

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

Shades of Tea Rose #EB7CCC

Tints of Tea Rose #EB7CCC

Color information

#EB7CCC (or 0xEB7CCC) is unknown color: approx Tea Rose. HEX triplet: EB, 7C and CC. RGB value is (235,124,204). Sum of RGB (Red+Green+Blue) = 235+124+204=563 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.74% from 563); Green value is 124 (48.83% from 255 or 22.02% from 563); Blue value is 204 (80.08% from 255 or 36.23% from 563); Max value from RGB is 235 - color contains mainly: red. Hex color #EB7CCC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB7CCC is #148333. Grayscale: #A6A6A6. Windows color (decimal): -1344308 or 13401323. OLE color: 13401323.

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

Color convert

RGB235124204-
CMYK00.470.130.08
HSL316.76º73.51%70.39%-
HSV(B)316.76º47.23%92.16%-
XYZ52.3736.4461.4-
YUV166.31149.27177-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.74%
GREEN value IS 124 (48.83% from 255) = 22.02%
BLUE value IS 204 (80.08% from 255) = 36.23%
R=41.74%
G=22.02%
B=36.23%

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
Decimal23512420400.470.130.08316.7673.5170.39
HexEB7CCC02FD813d4a46
Octal3531743140571510475112106
Binary1110101111111001100110001011111101100010011110110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB7CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB7CCC; }

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

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

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

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

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

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

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

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