#E286C9

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

Shades of Tea Rose #E286C9

Tints of Tea Rose #E286C9

Color information

#E286C9 (or 0xE286C9) is unknown color: approx Tea Rose. HEX triplet: E2, 86 and C9. RGB value is (226,134,201). Sum of RGB (Red+Green+Blue) = 226+134+201=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 134 (52.73% from 255 or 23.89% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E286C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E286C9 is #1D7936. Grayscale: #A8A8A8. Windows color (decimal): -1931575 or 13207266. OLE color: 13207266.

HSL color Cylindrical-coordinate representation of color #E286C9: hue angle of 316.3º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E286C9 is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB226134201-
CMYK00.410.110.11
HSL316.3º61.33%70.59%-
HSV(B)316.3º40.71%88.63%-
XYZ50.4337.4459.83-
YUV169.15145.98168.55-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 134 (52.73% from 255) = 23.89%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=40.29%
G=23.89%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613420100.410.110.11316.361.3370.59
HexE286C9029BB13c3d47
Octal342206311051131347475107
Binary1110001010000110110010010101001101110111001111001111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E286C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E286C9; }

 p { color: rgb(226,134,201); }

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

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

 a { background-color: rgb(226,134,201); }

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

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

 span { border-color: rgb(226,134,201); }

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