#E278E0

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

Shades of Orchid #E278E0

Tints of Orchid #E278E0

Color information

#E278E0 (or 0xE278E0) is unknown color: approx Orchid. HEX triplet: E2, 78 and E0. RGB value is (226,120,224). Sum of RGB (Red+Green+Blue) = 226+120+224=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E278E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E278E0 is #1D871F. Grayscale: #A3A3A3. Windows color (decimal): -1935136 or 14711010. OLE color: 14711010.

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

Color convert

RGB226120224-
CMYK00.470.010.11
HSL301.13º64.63%67.84%-
HSV(B)301.13º46.9%88.63%-
XYZ51.5434.9874.56-
YUV163.55162.12172.54-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.65%
GREEN value IS 120 (47.27% from 255) = 21.05%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=39.65%
G=21.05%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612022400.470.010.11301.1364.6367.84
HexE278E002F1B12d4144
Octal342170340057113455101104
Binary1110001011110001110000001011111101110010110110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E278E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E278E0; }

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

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

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

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

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

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

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

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