#EB83CF

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

Shades of Tea Rose #EB83CF

Tints of Tea Rose #EB83CF

Color information

#EB83CF (or 0xEB83CF) is unknown color: approx Tea Rose. HEX triplet: EB, 83 and CF. RGB value is (235,131,207). Sum of RGB (Red+Green+Blue) = 235+131+207=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 131 (51.56% from 255 or 22.86% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83CF is #147C30. Grayscale: #AAAAAA. Windows color (decimal): -1342513 or 13599723. OLE color: 13599723.

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

Color convert

RGB235131207-
CMYK00.440.120.08
HSL316.15º72.22%71.76%-
HSV(B)316.15º44.26%92.16%-
XYZ53.6438.463.62-
YUV170.76148.46173.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 131 (51.56% from 255) = 22.86%
BLUE value IS 207 (81.25% from 255) = 36.13%
R=41.01%
G=22.86%
B=36.13%

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
Decimal23513120700.440.120.08316.1572.2271.76
HexEB83CF02CC813c4848
Octal3532033170541410474110110
Binary11101011100000111100111101011001100100010011110010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB83CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB83CF; }

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

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

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

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

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

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

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

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