#EB82CC

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

Shades of Tea Rose #EB82CC

Tints of Tea Rose #EB82CC

Color information

#EB82CC (or 0xEB82CC) is unknown color: approx Tea Rose. HEX triplet: EB, 82 and CC. RGB value is (235,130,204). Sum of RGB (Red+Green+Blue) = 235+130+204=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 130 (51.17% from 255 or 22.85% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82CC is #147D33. Grayscale: #A9A9A9. Windows color (decimal): -1342772 or 13402859. OLE color: 13402859.

HSL color Cylindrical-coordinate representation of color #EB82CC: hue angle of 317.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 #EB82CC is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB235130204-
CMYK00.450.130.08
HSL317.71º72.41%71.57%-
HSV(B)317.71º44.68%92.16%-
XYZ53.1437.9961.66-
YUV169.83147.29174.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 130 (51.17% from 255) = 22.85%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=41.30%
G=22.85%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513020400.450.130.08317.7172.4171.57
HexEB82CC02DD813e4848
Octal3532023140551510476110110
Binary11101011100000101100110001011011101100010011111010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82CC; }

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

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

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

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

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

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

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

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