#EB82C5

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

Shades of Tea Rose #EB82C5

Tints of Tea Rose #EB82C5

Color information

#EB82C5 (or 0xEB82C5) is unknown color: approx Tea Rose. HEX triplet: EB, 82 and C5. RGB value is (235,130,197). Sum of RGB (Red+Green+Blue) = 235+130+197=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 130 (51.17% from 255 or 23.13% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82C5 is #147D3A. Grayscale: #A8A8A8. Windows color (decimal): -1342779 or 12944107. OLE color: 12944107.

HSL color Cylindrical-coordinate representation of color #EB82C5: hue angle of 321.71º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EB82C5 is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB235130197-
CMYK00.450.160.08
HSL321.71º72.41%71.57%-
HSV(B)321.71º44.68%92.16%-
XYZ52.3237.6657.33-
YUV169.03143.79175.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 130 (51.17% from 255) = 23.13%
BLUE value IS 197 (77.34% from 255) = 35.05%
R=41.81%
G=23.13%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513019700.450.160.08321.7172.4171.57
HexEB82C502D1081424848
Octal3532023050552010502110110
Binary111010111000001011000101010110110000100010100001010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82C5; }

 p { color: rgb(235,130,197); }

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

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

 a { background-color: rgb(235,130,197); }

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

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

 span { border-color: rgb(235,130,197); }

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