#EB8CC7

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

Shades of Tea Rose #EB8CC7

Tints of Tea Rose #EB8CC7

Color information

#EB8CC7 (or 0xEB8CC7) is unknown color: approx Tea Rose. HEX triplet: EB, 8C and C7. RGB value is (235,140,199). Sum of RGB (Red+Green+Blue) = 235+140+199=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 140 (55.08% from 255 or 24.39% from 574); Blue value is 199 (78.12% from 255 or 34.67% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CC7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CC7 is #147338. Grayscale: #AEAEAE. Windows color (decimal): -1340217 or 13077739. OLE color: 13077739.

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

Color convert

RGB235140199-
CMYK00.400.150.08
HSL322.74º70.37%73.53%-
HSV(B)322.74º40.43%92.16%-
XYZ53.9540.5459.01-
YUV175.13141.47170.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 140 (55.08% from 255) = 24.39%
BLUE value IS 199 (78.12% from 255) = 34.67%
R=40.94%
G=24.39%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514019900.400.150.08322.7470.3773.53
HexEB8CC7028F8143464a
Octal3532143070501710503106112
Binary11101011100011001100011101010001111100010100001110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8CC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8CC7; }

 p { color: rgb(235,140,199); }

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

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

 a { background-color: rgb(235,140,199); }

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

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

 span { border-color: rgb(235,140,199); }

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