#EB8CCC

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

Shades of Tea Rose #EB8CCC

Tints of Tea Rose #EB8CCC

Color information

#EB8CCC (or 0xEB8CCC) is unknown color: approx Tea Rose. HEX triplet: EB, 8C and CC. RGB value is (235,140,204). Sum of RGB (Red+Green+Blue) = 235+140+204=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 140 (55.08% from 255 or 24.18% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CCC is #147333. Grayscale: #AFAFAF. Windows color (decimal): -1340212 or 13405419. OLE color: 13405419.

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

Color convert

RGB235140204-
CMYK00.400.130.08
HSL319.58º70.37%73.53%-
HSV(B)319.58º40.43%92.16%-
XYZ54.5440.7862.12-
YUV175.7143.97170.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 140 (55.08% from 255) = 24.18%
BLUE value IS 204 (80.08% from 255) = 35.23%
R=40.59%
G=24.18%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23514020400.400.130.08319.5870.3773.53
HexEB8CCC028D8140464a
Octal3532143140501510500106112
Binary11101011100011001100110001010001101100010100000010001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8CCC; }

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

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

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

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

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

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

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

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