#E271E5

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

Shades of Orchid #E271E5

Tints of Orchid #E271E5

Color information

#E271E5 (or 0xE271E5) is unknown color: approx Orchid. HEX triplet: E2, 71 and E5. RGB value is (226,113,229). Sum of RGB (Red+Green+Blue) = 226+113+229=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 229 (89.84% from 255 or 40.32% from 568); Max value from RGB is 229 - color contains mainly: blue. Hex color #E271E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271E5 is #1D8E1A. Grayscale: #9F9F9F. Windows color (decimal): -1936923 or 15036898. OLE color: 15036898.

HSL color Cylindrical-coordinate representation of color #E271E5: hue angle of 298.45º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E271E5 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB226113229-
CMYK0.010.5100.10
HSL298.45º69.05%67.06%-
HSV(B)298.45º50.66%89.8%-
XYZ51.4133.6477.91-
YUV160.01166.94175.07-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 113 (44.53% from 255) = 19.89%
BLUE value IS 229 (89.84% from 255) = 40.32%
R=39.79%
G=19.89%
B=40.32%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2261132290.010.5100.10298.4569.0567.06
HexE271E51330A12a4543
Octal342161345163012452105103
Binary1110001011100011110010111100110101010010101010001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E271E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E271E5; }

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

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

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

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

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

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

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

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