#EB8BCD

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

Shades of Tea Rose #EB8BCD

Tints of Tea Rose #EB8BCD

Color information

#EB8BCD (or 0xEB8BCD) is unknown color: approx Tea Rose. HEX triplet: EB, 8B and CD. RGB value is (235,139,205). Sum of RGB (Red+Green+Blue) = 235+139+205=579 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.59% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8BCD is #147432. Grayscale: #AFAFAF. Windows color (decimal): -1340467 or 13470699. OLE color: 13470699.

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

Color convert

RGB235139205-
CMYK00.410.130.08
HSL318.75º70.59%73.33%-
HSV(B)318.75º40.85%92.16%-
XYZ54.5140.5462.71-
YUV175.23144.8170.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.59%
GREEN value IS 139 (54.69% from 255) = 24.01%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=40.59%
G=24.01%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513920500.410.130.08318.7570.5973.33
HexEB8BCD029D813f4749
Octal3532133150511510477107111
Binary11101011100010111100110101010011101100010011111110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8BCD; }

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

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

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

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

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

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

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

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