#EB81CD

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

Shades of Tea Rose #EB81CD

Tints of Tea Rose #EB81CD

Color information

#EB81CD (or 0xEB81CD) is unknown color: approx Tea Rose. HEX triplet: EB, 81 and CD. RGB value is (235,129,205). Sum of RGB (Red+Green+Blue) = 235+129+205=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 129 (50.78% from 255 or 22.67% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 235 - color contains mainly: red. Hex color #EB81CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB81CD is #147E32. Grayscale: #A9A9A9. Windows color (decimal): -1343027 or 13468139. OLE color: 13468139.

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

Color convert

RGB235129205-
CMYK00.450.130.08
HSL316.98º72.6%71.37%-
HSV(B)316.98º45.11%92.16%-
XYZ53.1337.7762.25-
YUV169.36148.12174.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.30%
GREEN value IS 129 (50.78% from 255) = 22.67%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=41.30%
G=22.67%
B=36.03%

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
Decimal23512920500.450.130.08316.9872.671.37
HexEB81CD02DD813d4947
Octal3532013150551510475111107
Binary11101011100000011100110101011011101100010011110110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB81CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB81CD; }

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

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

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

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

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

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

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

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