#E16FEA

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

Shades of Orchid #E16FEA

Tints of Orchid #E16FEA

Color information

#E16FEA (or 0xE16FEA) is unknown color: approx Orchid. HEX triplet: E1, 6F and EA. RGB value is (225,111,234). Sum of RGB (Red+Green+Blue) = 225+111+234=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 111 (43.75% from 255 or 19.47% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #E16FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E16FEA is #1E9015. Grayscale: #9E9E9E. Windows color (decimal): -2002966 or 15364065. OLE color: 15364065.

HSL color Cylindrical-coordinate representation of color #E16FEA: hue angle of 295.61º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E16FEA is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB225111234-
CMYK0.040.5300.08
HSL295.61º74.55%67.65%-
HSV(B)295.61º52.56%91.76%-
XYZ51.5933.3281.55-
YUV159.11170.27175-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 39.47%
GREEN value IS 111 (43.75% from 255) = 19.47%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=39.47%
G=19.47%
B=41.05%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2251112340.040.5300.08295.6174.5567.65
HexE16FEA435081284b44
Octal341157352465010450113104
Binary111000011101111111010101001101010100010010100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E16FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E16FEA; }

 p { color: rgb(225,111,234); }

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

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

 a { background-color: rgb(225,111,234); }

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

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

 span { border-color: rgb(225,111,234); }

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