#EB84CA

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

Shades of Tea Rose #EB84CA

Tints of Tea Rose #EB84CA

Color information

#EB84CA (or 0xEB84CA) is unknown color: approx Tea Rose. HEX triplet: EB, 84 and CA. RGB value is (235,132,202). Sum of RGB (Red+Green+Blue) = 235+132+202=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 132 (51.95% from 255 or 23.20% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84CA is #147B35. Grayscale: #AAAAAA. Windows color (decimal): -1342262 or 13272299. OLE color: 13272299.

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

Color convert

RGB235132202-
CMYK00.440.140.08
HSL319.22º72.03%71.96%-
HSV(B)319.22º43.83%92.16%-
XYZ53.1738.4360.49-
YUV170.78145.62173.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 132 (51.95% from 255) = 23.20%
BLUE value IS 202 (79.30% from 255) = 35.50%
R=41.30%
G=23.20%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513220200.440.140.08319.2272.0371.96
HexEB84CA02CE813f4848
Octal3532043120541610477110110
Binary11101011100001001100101001011001110100010011111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84CA; }

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

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

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

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

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

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

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

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