#EB8CCD

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

Shades of Tea Rose #EB8CCD

Tints of Tea Rose #EB8CCD

Color information

#EB8CCD (or 0xEB8CCD) is unknown color: approx Tea Rose. HEX triplet: EB, 8C and CD. RGB value is (235,140,205). Sum of RGB (Red+Green+Blue) = 235+140+205=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8CCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8CCD is #147332. Grayscale: #AFAFAF. Windows color (decimal): -1340211 or 13470955. OLE color: 13470955.

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

Color convert

RGB235140205-
CMYK00.400.130.08
HSL318.95º70.37%73.53%-
HSV(B)318.95º40.43%92.16%-
XYZ54.6640.8362.76-
YUV175.82144.47170.21-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 140 (55.08% from 255) = 24.14%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=40.52%
G=24.14%
B=35.34%

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
Decimal23514020500.400.130.08318.9570.3773.53
HexEB8CCD028D813f464a
Octal3532143150501510477106112
Binary11101011100011001100110101010001101100010011111110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8CCD; }

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

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

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

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

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

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

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

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