#EB83C9

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

Shades of Tea Rose #EB83C9

Tints of Tea Rose #EB83C9

Color information

#EB83C9 (or 0xEB83C9) is unknown color: approx Tea Rose. HEX triplet: EB, 83 and C9. RGB value is (235,131,201). Sum of RGB (Red+Green+Blue) = 235+131+201=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83C9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83C9 is #147C36. Grayscale: #A9A9A9. Windows color (decimal): -1342519 or 13206507. OLE color: 13206507.

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

Color convert

RGB235131201-
CMYK00.440.140.08
HSL319.62º72.22%71.76%-
HSV(B)319.62º44.26%92.16%-
XYZ52.9238.1159.83-
YUV170.08145.46174.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 131 (51.56% from 255) = 23.10%
BLUE value IS 201 (78.91% from 255) = 35.45%
R=41.45%
G=23.10%
B=35.45%

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
Decimal23513120100.440.140.08319.6272.2271.76
HexEB83C902CE81404848
Octal3532033110541610500110110
Binary11101011100000111100100101011001110100010100000010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB83C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB83C9; }

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

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

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

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

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

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

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

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