#EB84CF

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

Shades of Tea Rose #EB84CF

Tints of Tea Rose #EB84CF

Color information

#EB84CF (or 0xEB84CF) is unknown color: approx Tea Rose. HEX triplet: EB, 84 and CF. RGB value is (235,132,207). Sum of RGB (Red+Green+Blue) = 235+132+207=574 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.94% from 574); Green value is 132 (51.95% from 255 or 23.00% from 574); Blue value is 207 (81.25% from 255 or 36.06% from 574); Max value from RGB is 235 - color contains mainly: red. Hex color #EB84CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB84CF is #147B30. Grayscale: #ABABAB. Windows color (decimal): -1342257 or 13599979. OLE color: 13599979.

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

Color convert

RGB235132207-
CMYK00.440.120.08
HSL316.31º72.03%71.96%-
HSV(B)316.31º43.83%92.16%-
XYZ53.7738.6763.66-
YUV171.35148.12173.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.94%
GREEN value IS 132 (51.95% from 255) = 23.00%
BLUE value IS 207 (81.25% from 255) = 36.06%
R=40.94%
G=23.00%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513220700.440.120.08316.3172.0371.96
HexEB84CF02CC813c4848
Octal3532043170541410474110110
Binary11101011100001001100111101011001100100010011110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB84CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB84CF; }

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

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

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

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

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

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

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

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