#E771E5

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

Shades of Orchid #E771E5

Tints of Orchid #E771E5

Color information

#E771E5 (or 0xE771E5) is unknown color: approx Orchid. HEX triplet: E7, 71 and E5. RGB value is (231,113,229). Sum of RGB (Red+Green+Blue) = 231+113+229=573 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.31% from 573); Green value is 113 (44.53% from 255 or 19.72% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 231 - color contains mainly: red. Hex color #E771E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771E5 is #188E1A. Grayscale: #A1A1A1. Windows color (decimal): -1609243 or 15036903. OLE color: 15036903.

HSL color Cylindrical-coordinate representation of color #E771E5: hue angle of 301.02º 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 #E771E5 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.09.

Color convert

RGB231113229-
CMYK00.510.010.09
HSL301.02º71.08%67.45%-
HSV(B)301.02º51.08%90.59%-
XYZ5334.4677.99-
YUV161.51166.09177.57-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.31%
GREEN value IS 113 (44.53% from 255) = 19.72%
BLUE value IS 229 (89.84% from 255) = 39.97%
R=40.31%
G=19.72%
B=39.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111322900.510.010.09301.0271.0867.45
HexE771E50331912d4743
Octal347161345063111455107103
Binary1110011111100011110010101100111100110010110110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771E5; }

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

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

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

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

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

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

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

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