#E279CC

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

Shades of Orchid #E279CC

Tints of Orchid #E279CC

Color information

#E279CC (or 0xE279CC) is unknown color: approx Orchid. HEX triplet: E2, 79 and CC. RGB value is (226,121,204). Sum of RGB (Red+Green+Blue) = 226+121+204=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E279CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E279CC is #1D8633. Grayscale: #A1A1A1. Windows color (decimal): -1934900 or 13400546. OLE color: 13400546.

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

Color convert

RGB226121204-
CMYK00.460.100.11
HSL312.57º64.42%68.04%-
HSV(B)312.57º46.46%88.63%-
XYZ49.134.261.14-
YUV161.86151.79173.75-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.02%
GREEN value IS 121 (47.66% from 255) = 21.96%
BLUE value IS 204 (80.08% from 255) = 37.02%
R=41.02%
G=21.96%
B=37.02%

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
Decimal22612120400.460.100.11312.5764.4268.04
HexE279CC02EAB1394044
Octal3421713140561213471100104
Binary1110001011110011100110001011101010101110011100110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E279CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E279CC; }

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

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

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

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

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

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

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

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