#EB82CD

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

Shades of Tea Rose #EB82CD

Tints of Tea Rose #EB82CD

Color information

#EB82CD (or 0xEB82CD) is unknown color: approx Tea Rose. HEX triplet: EB, 82 and CD. RGB value is (235,130,205). Sum of RGB (Red+Green+Blue) = 235+130+205=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 130 (51.17% from 255 or 22.81% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 235 - color contains mainly: red. Hex color #EB82CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB82CD is #147D32. Grayscale: #A9A9A9. Windows color (decimal): -1342771 or 13468395. OLE color: 13468395.

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

Color convert

RGB235130205-
CMYK00.450.130.08
HSL317.14º72.41%71.57%-
HSV(B)317.14º44.68%92.16%-
XYZ53.2638.0462.29-
YUV169.94147.79174.4-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.23%
GREEN value IS 130 (51.17% from 255) = 22.81%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=41.23%
G=22.81%
B=35.96%

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
Decimal23513020500.450.130.08317.1472.4171.57
HexEB82CD02DD813d4848
Octal3532023150551510475110110
Binary11101011100000101100110101011011101100010011110110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB82CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB82CD; }

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

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

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

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

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

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

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

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