#E774E0

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

Shades of Orchid #E774E0

Tints of Orchid #E774E0

Color information

#E774E0 (or 0xE774E0) is unknown color: approx Orchid. HEX triplet: E7, 74 and E0. RGB value is (231,116,224). Sum of RGB (Red+Green+Blue) = 231+116+224=571 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.46% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 224 (87.89% from 255 or 39.23% from 571); Max value from RGB is 231 - color contains mainly: red. Hex color #E774E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774E0 is #188B1F. Grayscale: #A2A2A2. Windows color (decimal): -1608480 or 14709991. OLE color: 14709991.

HSL color Cylindrical-coordinate representation of color #E774E0: hue angle of 303.65º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E774E0 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB231116224-
CMYK00.500.030.09
HSL303.65º70.55%68.04%-
HSV(B)303.65º49.78%90.59%-
XYZ52.6534.8674.47-
YUV162.7162.6176.72-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.46%
GREEN value IS 116 (45.70% from 255) = 20.32%
BLUE value IS 224 (87.89% from 255) = 39.23%
R=40.46%
G=20.32%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111622400.500.030.09303.6570.5568.04
HexE774E0032391304744
Octal347164340062311460107104
Binary11100111111010011100000011001011100110011000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774E0; }

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

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

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

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

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

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

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

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