#E071E5

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

Shades of Orchid #E071E5

Tints of Orchid #E071E5

Color information

#E071E5 (or 0xE071E5) is unknown color: approx Orchid. HEX triplet: E0, 71 and E5. RGB value is (224,113,229). Sum of RGB (Red+Green+Blue) = 224+113+229=566 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.58% from 566); Green value is 113 (44.53% from 255 or 19.96% from 566); Blue value is 229 (89.84% from 255 or 40.46% from 566); Max value from RGB is 229 - color contains mainly: blue. Hex color #E071E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071E5 is #1F8E1A. Grayscale: #9F9F9F. Windows color (decimal): -2067995 or 15036896. OLE color: 15036896.

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

Color convert

RGB224113229-
CMYK0.020.5100.10
HSL297.41º69.05%67.06%-
HSV(B)297.41º50.66%89.8%-
XYZ50.7933.3177.88-
YUV159.41167.27174.07-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.58%
GREEN value IS 113 (44.53% from 255) = 19.96%
BLUE value IS 229 (89.84% from 255) = 40.46%
R=39.58%
G=19.96%
B=40.46%

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
Decimal2241132290.020.5100.10297.4169.0567.06
HexE071E52330A1294543
Octal340161345263012451105103
Binary11100000111000111100101101100110101010010100110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E071E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E071E5; }

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

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

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

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

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

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

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

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