#E279CB

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

Shades of Orchid #E279CB

Tints of Orchid #E279CB

Color information

#E279CB (or 0xE279CB) is unknown color: approx Orchid. HEX triplet: E2, 79 and CB. RGB value is (226,121,203). Sum of RGB (Red+Green+Blue) = 226+121+203=550 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.09% from 550); Green value is 121 (47.66% from 255 or 22% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 226 - color contains mainly: red. Hex color #E279CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279CB is #1D8634. Grayscale: #A1A1A1. Windows color (decimal): -1934901 or 13335010. OLE color: 13335010.

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

Color convert

RGB226121203-
CMYK00.460.100.11
HSL313.14º64.42%68.04%-
HSV(B)313.14º46.46%88.63%-
XYZ48.9834.1660.51-
YUV161.74151.29173.83-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.09%
GREEN value IS 121 (47.66% from 255) = 22%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=41.09%
G=22%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612120300.460.100.11313.1464.4268.04
HexE279CB02EAB1394044
Octal3421713130561213471100104
Binary1110001011110011100101101011101010101110011100110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E279CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E279CB; }

 p { color: rgb(226,121,203); }

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

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

 a { background-color: rgb(226,121,203); }

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

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

 span { border-color: rgb(226,121,203); }

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