#E271E0

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

Shades of Orchid #E271E0

Tints of Orchid #E271E0

Color information

#E271E0 (or 0xE271E0) is unknown color: approx Orchid. HEX triplet: E2, 71 and E0. RGB value is (226,113,224). Sum of RGB (Red+Green+Blue) = 226+113+224=563 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.14% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 224 (87.89% from 255 or 39.79% from 563); Max value from RGB is 226 - color contains mainly: red. Hex color #E271E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271E0 is #1D8E1F. Grayscale: #9F9F9F. Windows color (decimal): -1936928 or 14709218. OLE color: 14709218.

HSL color Cylindrical-coordinate representation of color #E271E0: hue angle of 301.06º 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 #E271E0 is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB226113224-
CMYK00.50.010.11
HSL301.06º66.08%66.47%-
HSV(B)301.06º50%88.63%-
XYZ50.7233.3674.29-
YUV159.44164.44175.47-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.14%
GREEN value IS 113 (44.53% from 255) = 20.07%
BLUE value IS 224 (87.89% from 255) = 39.79%
R=40.14%
G=20.07%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611322400.50.010.11301.0666.0866.47
HexE271E00321B12d4242
Octal342161340062113455102102
Binary1110001011100011110000001100101101110010110110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E271E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E271E0; }

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

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

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

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

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

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

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

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