#EB84CD

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

Shades of Tea Rose #EB84CD

Tints of Tea Rose #EB84CD

Color information

#EB84CD (or 0xEB84CD) is unknown color: approx Tea Rose. HEX triplet: EB, 84 and CD. RGB value is (235,132,205). Sum of RGB (Red+Green+Blue) = 235+132+205=572 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.08% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 205 (80.47% from 255 or 35.84% from 572); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84CD is #147B32. Grayscale: #AAAAAA. Windows color (decimal): -1342259 or 13468907. OLE color: 13468907.

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

Color convert

RGB235132205-
CMYK00.440.130.08
HSL317.48º72.03%71.96%-
HSV(B)317.48º43.83%92.16%-
XYZ53.5338.5762.38-
YUV171.12147.12173.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.08%
GREEN value IS 132 (51.95% from 255) = 23.08%
BLUE value IS 205 (80.47% from 255) = 35.84%
R=41.08%
G=23.08%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513220500.440.130.08317.4872.0371.96
HexEB84CD02CD813d4848
Octal3532043150541510475110110
Binary11101011100001001100110101011001101100010011110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84CD; }

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

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

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

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

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

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

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

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