#E372E3

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

Shades of Orchid #E372E3

Tints of Orchid #E372E3

Color information

#E372E3 (or 0xE372E3) is unknown color: approx Orchid. HEX triplet: E3, 72 and E3. RGB value is (227,114,227). Sum of RGB (Red+Green+Blue) = 227+114+227=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 227 (89.06% from 255 or 39.96% from 568); Max value from RGB is 227 - color contains mainly: red, blue. Hex color #E372E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372E3 is #1C8D1C. Grayscale: #A0A0A0. Windows color (decimal): -1871133 or 14906083. OLE color: 14906083.

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

Color convert

RGB227114227-
CMYK00.5000.11
HSL300º66.86%66.86%-
HSV(B)300º49.78%89.02%-
XYZ51.5633.9176.5-
YUV160.67165.44175.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.96%
GREEN value IS 114 (44.92% from 255) = 20.07%
BLUE value IS 227 (89.06% from 255) = 39.96%
R=39.96%
G=20.07%
B=39.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711422700.5000.1130066.8666.86
HexE372E30320B12c4343
Octal343162343062013454103103
Binary1110001111100101110001101100100101110010110010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E372E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E372E3; }

 p { color: rgb(227,114,227); }

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

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

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

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

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

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

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