#E271DE

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

Shades of Orchid #E271DE

Tints of Orchid #E271DE

Color information

#E271DE (or 0xE271DE) is unknown color: approx Orchid. HEX triplet: E2, 71 and DE. RGB value is (226,113,222). Sum of RGB (Red+Green+Blue) = 226+113+222=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 113 (44.53% from 255 or 20.14% from 561); Blue value is 222 (87.11% from 255 or 39.57% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E271DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271DE is #1D8E21. Grayscale: #9E9E9E. Windows color (decimal): -1936930 or 14578146. OLE color: 14578146.

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

Color convert

RGB226113222-
CMYK00.50.020.11
HSL302.12º66.08%66.47%-
HSV(B)302.12º50%88.63%-
XYZ50.4533.2572.87-
YUV159.21163.44175.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 113 (44.53% from 255) = 20.14%
BLUE value IS 222 (87.11% from 255) = 39.57%
R=40.29%
G=20.14%
B=39.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611322200.50.020.11302.1266.0866.47
HexE271DE0322B12e4242
Octal342161336062213456102102
Binary11100010111000111011110011001010101110010111010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E271DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E271DE; }

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

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

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

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

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

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

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

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