#E771E3

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

Shades of Orchid #E771E3

Tints of Orchid #E771E3

Color information

#E771E3 (or 0xE771E3) is unknown color: approx Orchid. HEX triplet: E7, 71 and E3. RGB value is (231,113,227). Sum of RGB (Red+Green+Blue) = 231+113+227=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 113 (44.53% from 255 or 19.79% from 571); Blue value is 227 (89.06% from 255 or 39.75% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E771E3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771E3 is #188E1C. Grayscale: #A0A0A0. Windows color (decimal): -1609245 or 14905831. OLE color: 14905831.

HSL color Cylindrical-coordinate representation of color #E771E3: hue angle of 302.03º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E771E3 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.09.

Color convert

RGB231113227-
CMYK00.510.020.09
HSL302.03º71.08%67.45%-
HSV(B)302.03º51.08%90.59%-
XYZ52.7334.3576.52-
YUV161.28165.09177.73-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.46%
GREEN value IS 113 (44.53% from 255) = 19.79%
BLUE value IS 227 (89.06% from 255) = 39.75%
R=40.46%
G=19.79%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111322700.510.020.09302.0371.0867.45
HexE771E30332912e4743
Octal347161343063211456107103
Binary11100111111000111100011011001110100110010111010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771E3; }

 p { color: rgb(231,113,227); }

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

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

 a { background-color: rgb(231,113,227); }

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

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

 span { border-color: rgb(231,113,227); }

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