#E071E1

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

Shades of Orchid #E071E1

Tints of Orchid #E071E1

Color information

#E071E1 (or 0xE071E1) is unknown color: approx Orchid. HEX triplet: E0, 71 and E1. RGB value is (224,113,225). Sum of RGB (Red+Green+Blue) = 224+113+225=562 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.86% from 562); Green value is 113 (44.53% from 255 or 20.11% from 562); Blue value is 225 (88.28% from 255 or 40.04% from 562); Max value from RGB is 225 - color contains mainly: blue. Hex color #E071E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071E1 is #1F8E1E. Grayscale: #9E9E9E. Windows color (decimal): -2067999 or 14774752. OLE color: 14774752.

HSL color Cylindrical-coordinate representation of color #E071E1: hue angle of 299.46º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E071E1 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB224113225-
CMYK0.000.5000.12
HSL299.46º65.12%66.27%-
HSV(B)299.46º49.78%88.24%-
XYZ50.2433.0974.97-
YUV158.96165.27174.39-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.86%
GREEN value IS 113 (44.53% from 255) = 20.11%
BLUE value IS 225 (88.28% from 255) = 40.04%
R=39.86%
G=20.11%
B=40.04%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241132250.000.5000.12299.4665.1266.27
HexE071E10320C12b4142
Octal340161341062014453101102
Binary1110000011100011110000101100100110010010101110000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E071E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E071E1; }

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

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

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

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

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

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

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

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