#E777E0

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

Shades of Orchid #E777E0

Tints of Orchid #E777E0

Color information

#E777E0 (or 0xE777E0) is unknown color: approx Orchid. HEX triplet: E7, 77 and E0. RGB value is (231,119,224). Sum of RGB (Red+Green+Blue) = 231+119+224=574 (76% of max value = 765). Red value is 231 (90.62% from 255 or 40.24% from 574); Green value is 119 (46.88% from 255 or 20.73% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 231 - color contains mainly: red. Hex color #E777E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E777E0 is #18881F. Grayscale: #A4A4A4. Windows color (decimal): -1607712 or 14710759. OLE color: 14710759.

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

Color convert

RGB231119224-
CMYK00.480.030.09
HSL303.75º70%68.63%-
HSV(B)303.75º48.48%90.59%-
XYZ53.0135.5674.59-
YUV164.46161.61175.46-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.24%
GREEN value IS 119 (46.88% from 255) = 20.73%
BLUE value IS 224 (87.89% from 255) = 39.02%
R=40.24%
G=20.73%
B=39.02%

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
Decimal23111922400.480.030.09303.757068.63
HexE777E0030391304645
Octal347167340060311460106105
Binary11100111111011111100000011000011100110011000010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E777E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E777E0; }

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

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

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

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

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

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

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

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