#EB83C3

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

Shades of Tea Rose #EB83C3

Tints of Tea Rose #EB83C3

Color information

#EB83C3 (or 0xEB83C3) is unknown color: approx Tea Rose. HEX triplet: EB, 83 and C3. RGB value is (235,131,195). Sum of RGB (Red+Green+Blue) = 235+131+195=561 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.89% from 561); Green value is 131 (51.56% from 255 or 23.35% from 561); Blue value is 195 (76.56% from 255 or 34.76% from 561); Max value from RGB is 235 - color contains mainly: red. Hex color #EB83C3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB83C3 is #147C3C. Grayscale: #A9A9A9. Windows color (decimal): -1342525 or 12813291. OLE color: 12813291.

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

Color convert

RGB235131195-
CMYK00.440.170.08
HSL323.08º72.22%71.76%-
HSV(B)323.08º44.26%92.16%-
XYZ52.2337.8356.18-
YUV169.39142.46174.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.89%
GREEN value IS 131 (51.56% from 255) = 23.35%
BLUE value IS 195 (76.56% from 255) = 34.76%
R=41.89%
G=23.35%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513119500.440.170.08323.0872.2271.76
HexEB83C302C1181434848
Octal3532033030542110503110110
Binary111010111000001111000011010110010001100010100001110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB83C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB83C3; }

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

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

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

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

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

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

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

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