#E271D7

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

Shades of Orchid #E271D7

Tints of Orchid #E271D7

Color information

#E271D7 (or 0xE271D7) is unknown color: approx Orchid. HEX triplet: E2, 71 and D7. RGB value is (226,113,215). Sum of RGB (Red+Green+Blue) = 226+113+215=554 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.79% from 554); Green value is 113 (44.53% from 255 or 20.40% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 226 - color contains mainly: red. Hex color #E271D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E271D7 is #1D8E28. Grayscale: #9E9E9E. Windows color (decimal): -1936937 or 14119394. OLE color: 14119394.

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

Color convert

RGB226113215-
CMYK00.50.050.11
HSL305.84º66.08%66.47%-
HSV(B)305.84º50%88.63%-
XYZ49.5332.8968.03-
YUV158.42159.94176.21-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.79%
GREEN value IS 113 (44.53% from 255) = 20.40%
BLUE value IS 215 (84.38% from 255) = 38.81%
R=40.79%
G=20.40%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611321500.50.050.11305.8466.0866.47
HexE271D70325B1324242
Octal342161327062513462102102
Binary111000101110001110101110110010101101110011001010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E271D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E271D7; }

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

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

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

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

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

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

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

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