#E473E5

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

Shades of Orchid #E473E5

Tints of Orchid #E473E5

Color information

#E473E5 (or 0xE473E5) is unknown color: approx Orchid. HEX triplet: E4, 73 and E5. RGB value is (228,115,229). Sum of RGB (Red+Green+Blue) = 228+115+229=572 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.86% from 572); Green value is 115 (45.31% from 255 or 20.10% from 572); Blue value is 229 (89.84% from 255 or 40.03% from 572); Max value from RGB is 229 - color contains mainly: blue. Hex color #E473E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E473E5 is #1B8C1A. Grayscale: #A1A1A1. Windows color (decimal): -1805339 or 15037412. OLE color: 15037412.

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

Color convert

RGB228115229-
CMYK0.000.5000.10
HSL299.47º68.67%67.45%-
HSV(B)299.47º49.78%89.8%-
XYZ52.2734.4178.02-
YUV161.78165.94175.23-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.86%
GREEN value IS 115 (45.31% from 255) = 20.10%
BLUE value IS 229 (89.84% from 255) = 40.03%
R=39.86%
G=20.10%
B=40.03%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2281152290.000.5000.10299.4768.6767.45
HexE473E50320A12b4543
Octal344163345062012453105103
Binary1110010011100111110010101100100101010010101110001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E473E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E473E5; }

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

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

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

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

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

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

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

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