#E076E2

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

Shades of Orchid #E076E2

Tints of Orchid #E076E2

Color information

#E076E2 (or 0xE076E2) is unknown color: approx Orchid. HEX triplet: E0, 76 and E2. RGB value is (224,118,226). Sum of RGB (Red+Green+Blue) = 224+118+226=568 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.44% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 226 (88.67% from 255 or 39.79% from 568); Max value from RGB is 226 - color contains mainly: blue. Hex color #E076E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E076E2 is #1F891D. Grayscale: #A1A1A1. Windows color (decimal): -2066718 or 14841568. OLE color: 14841568.

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

Color convert

RGB224118226-
CMYK0.010.4800.11
HSL298.89º65.06%67.45%-
HSV(B)298.89º47.79%88.63%-
XYZ50.9534.375.89-
YUV162.01164.12172.22-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.44%
GREEN value IS 118 (46.48% from 255) = 20.77%
BLUE value IS 226 (88.67% from 255) = 39.79%
R=39.44%
G=20.77%
B=39.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241182260.010.4800.11298.8965.0667.45
HexE076E21300B12b4143
Octal340166342160013453101103
Binary1110000011101101110001011100000101110010101110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E076E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E076E2; }

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

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

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

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

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

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

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

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