#E273E0

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

Shades of Orchid #E273E0

Tints of Orchid #E273E0

Color information

#E273E0 (or 0xE273E0) is unknown color: approx Orchid. HEX triplet: E2, 73 and E0. RGB value is (226,115,224). Sum of RGB (Red+Green+Blue) = 226+115+224=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 115 (45.31% from 255 or 20.35% from 565); Blue value is 224 (87.89% from 255 or 39.65% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E273E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273E0 is #1D8C1F. Grayscale: #A0A0A0. Windows color (decimal): -1936416 or 14709730. OLE color: 14709730.

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

Color convert

RGB226115224-
CMYK00.490.010.11
HSL301.08º65.68%66.86%-
HSV(B)301.08º49.12%88.63%-
XYZ50.9533.8174.36-
YUV160.62163.77174.64-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 20.35%
BLUE value IS 224 (87.89% from 255) = 39.65%
R=40%
G=20.35%
B=39.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611522400.490.010.11301.0865.6866.86
HexE273E00311B12d4243
Octal342163340061113455102103
Binary1110001011100111110000001100011101110010110110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E273E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E273E0; }

 p { color: rgb(226,115,224); }

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

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

 a { background-color: rgb(226,115,224); }

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

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

 span { border-color: rgb(226,115,224); }

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