#E373E5

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

Shades of Orchid #E373E5

Tints of Orchid #E373E5

Color information

#E373E5 (or 0xE373E5) is unknown color: approx Orchid. HEX triplet: E3, 73 and E5. RGB value is (227,115,229). Sum of RGB (Red+Green+Blue) = 227+115+229=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 229 (89.84% from 255 or 40.11% from 571); Max value from RGB is 229 - color contains mainly: blue. Hex color #E373E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373E5 is #1C8C1A. Grayscale: #A1A1A1. Windows color (decimal): -1870875 or 15037411. OLE color: 15037411.

HSL color Cylindrical-coordinate representation of color #E373E5: hue angle of 298.95º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E373E5 is Cyan = 0.01, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB227115229-
CMYK0.010.5000.10
HSL298.95º68.67%67.45%-
HSV(B)298.95º49.78%89.8%-
XYZ51.9534.2578-
YUV161.48166.11174.73-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.75%
GREEN value IS 115 (45.31% from 255) = 20.14%
BLUE value IS 229 (89.84% from 255) = 40.11%
R=39.75%
G=20.14%
B=40.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2271152290.010.5000.10298.9568.6767.45
HexE373E51320A12b4543
Octal343163345162012453105103
Binary1110001111100111110010111100100101010010101110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E373E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E373E5; }

 p { color: rgb(227,115,229); }

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

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

 a { background-color: rgb(227,115,229); }

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

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

 span { border-color: rgb(227,115,229); }

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