#E271E6

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

Shades of Orchid #E271E6

Tints of Orchid #E271E6

Color information

#E271E6 (or 0xE271E6) is unknown color: approx Orchid. HEX triplet: E2, 71 and E6. RGB value is (226,113,230). Sum of RGB (Red+Green+Blue) = 226+113+230=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #E271E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E271E6 is #1D8E19. Grayscale: #9F9F9F. Windows color (decimal): -1936922 or 15102434. OLE color: 15102434.

HSL color Cylindrical-coordinate representation of color #E271E6: hue angle of 297.95º degrees, saturation: 0.7, 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 #E271E6 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB226113230-
CMYK0.020.5100.10
HSL297.95º70.06%67.25%-
HSV(B)297.95º50.87%90.2%-
XYZ51.5533.6978.65-
YUV160.12167.44174.99-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.72%
GREEN value IS 113 (44.53% from 255) = 19.86%
BLUE value IS 230 (90.23% from 255) = 40.42%
R=39.72%
G=19.86%
B=40.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2261132300.020.5100.10297.9570.0667.25
HexE271E62330A12a4643
Octal342161346263012452106103
Binary11100010111000111100110101100110101010010101010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E271E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E271E6; }

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

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

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

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

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

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

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

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