#E271D8

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

Shades of Orchid #E271D8

Tints of Orchid #E271D8

Color information

#E271D8 (or 0xE271D8) is unknown color: approx Orchid. HEX triplet: E2, 71 and D8. RGB value is (226,113,216). Sum of RGB (Red+Green+Blue) = 226+113+216=555 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.72% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 226 - color contains mainly: red. Hex color #E271D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271D8 is #1D8E27. Grayscale: #9E9E9E. Windows color (decimal): -1936936 or 14184930. OLE color: 14184930.

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

Color convert

RGB226113216-
CMYK00.50.040.11
HSL305.31º66.08%66.47%-
HSV(B)305.31º50%88.63%-
XYZ49.6632.9468.71-
YUV158.53160.44176.12-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.72%
GREEN value IS 113 (44.53% from 255) = 20.36%
BLUE value IS 216 (84.77% from 255) = 38.92%
R=40.72%
G=20.36%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611321600.50.040.11305.3166.0866.47
HexE271D80324B1314242
Octal342161330062413461102102
Binary111000101110001110110000110010100101110011000110000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E271D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E271D8; }

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

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

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

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

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

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

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

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