#E277E3

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

Shades of Orchid #E277E3

Tints of Orchid #E277E3

Color information

#E277E3 (or 0xE277E3) is unknown color: approx Orchid. HEX triplet: E2, 77 and E3. RGB value is (226,119,227). Sum of RGB (Red+Green+Blue) = 226+119+227=572 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.51% from 572); Green value is 119 (46.88% from 255 or 20.80% from 572); Blue value is 227 (89.06% from 255 or 39.69% from 572); Max value from RGB is 227 - color contains mainly: blue. Hex color #E277E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E277E3 is #1D881C. Grayscale: #A2A2A2. Windows color (decimal): -1935389 or 14907362. OLE color: 14907362.

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

Color convert

RGB226119227-
CMYK0.000.4800.11
HSL299.44º65.85%67.84%-
HSV(B)299.44º47.58%89.02%-
XYZ51.8334.9176.68-
YUV163.3163.95172.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.51%
GREEN value IS 119 (46.88% from 255) = 20.80%
BLUE value IS 227 (89.06% from 255) = 39.69%
R=39.51%
G=20.80%
B=39.69%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261192270.000.4800.11299.4465.8567.84
HexE277E30300B12b4244
Octal342167343060013453102104
Binary1110001011101111110001101100000101110010101110000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E277E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E277E3; }

 p { color: rgb(226,119,227); }

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

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

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

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

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

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

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