#E777E1

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

Shades of Orchid #E777E1

Tints of Orchid #E777E1

Color information

#E777E1 (or 0xE777E1) is unknown color: approx Orchid. HEX triplet: E7, 77 and E1. RGB value is (231,119,225). Sum of RGB (Red+Green+Blue) = 231+119+225=575 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.17% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 231 - color contains mainly: red. Hex color #E777E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777E1 is #18881E. Grayscale: #A4A4A4. Windows color (decimal): -1607711 or 14776295. OLE color: 14776295.

HSL color Cylindrical-coordinate representation of color #E777E1: hue angle of 303.21º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E777E1 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231119225-
CMYK00.480.030.09
HSL303.21º70%68.63%-
HSV(B)303.21º48.48%90.59%-
XYZ53.1435.6275.31-
YUV164.57162.11175.38-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.17%
GREEN value IS 119 (46.88% from 255) = 20.70%
BLUE value IS 225 (88.28% from 255) = 39.13%
R=40.17%
G=20.70%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111922500.480.030.09303.217068.63
HexE777E10303912f4645
Octal347167341060311457106105
Binary11100111111011111100001011000011100110010111110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E777E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E777E1; }

 p { color: rgb(231,119,225); }

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

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

 a { background-color: rgb(231,119,225); }

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

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

 span { border-color: rgb(231,119,225); }

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