#E273E6

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

Shades of Orchid #E273E6

Tints of Orchid #E273E6

Color information

#E273E6 (or 0xE273E6) is unknown color: approx Orchid. HEX triplet: E2, 73 and E6. RGB value is (226,115,230). Sum of RGB (Red+Green+Blue) = 226+115+230=571 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.58% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #E273E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E273E6 is #1D8C19. Grayscale: #A0A0A0. Windows color (decimal): -1936410 or 15102946. OLE color: 15102946.

HSL color Cylindrical-coordinate representation of color #E273E6: hue angle of 297.91º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E273E6 is Cyan = 0.02, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB226115230-
CMYK0.020.500.10
HSL297.91º69.7%67.65%-
HSV(B)297.91º50%90.2%-
XYZ51.7834.1478.72-
YUV161.3166.77174.15-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.58%
GREEN value IS 115 (45.31% from 255) = 20.14%
BLUE value IS 230 (90.23% from 255) = 40.28%
R=39.58%
G=20.14%
B=40.28%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2261152300.020.500.10297.9169.767.65
HexE273E62320A12a4644
Octal342163346262012452106104
Binary11100010111001111100110101100100101010010101010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E273E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E273E6; }

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

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

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

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

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

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

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

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