#E273DE

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

Shades of Orchid #E273DE

Tints of Orchid #E273DE

Color information

#E273DE (or 0xE273DE) is unknown color: approx Orchid. HEX triplet: E2, 73 and DE. RGB value is (226,115,222). Sum of RGB (Red+Green+Blue) = 226+115+222=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 115 (45.31% from 255 or 20.43% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E273DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273DE is #1D8C21. Grayscale: #A0A0A0. Windows color (decimal): -1936418 or 14578658. OLE color: 14578658.

HSL color Cylindrical-coordinate representation of color #E273DE: hue angle of 302.16º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E273DE is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226115222-
CMYK00.490.020.11
HSL302.16º65.68%66.86%-
HSV(B)302.16º49.12%88.63%-
XYZ50.6833.772.94-
YUV160.39162.77174.8-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.14%
GREEN value IS 115 (45.31% from 255) = 20.43%
BLUE value IS 222 (87.11% from 255) = 39.43%
R=40.14%
G=20.43%
B=39.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611522200.490.020.11302.1665.6866.86
HexE273DE0312B12e4243
Octal342163336061213456102103
Binary11100010111001111011110011000110101110010111010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E273DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E273DE; }

 p { color: rgb(226,115,222); }

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

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

 a { background-color: rgb(226,115,222); }

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

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

 span { border-color: rgb(226,115,222); }

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