#E774DE

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

Shades of Orchid #E774DE

Tints of Orchid #E774DE

Color information

#E774DE (or 0xE774DE) is unknown color: approx Orchid. HEX triplet: E7, 74 and DE. RGB value is (231,116,222). Sum of RGB (Red+Green+Blue) = 231+116+222=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E774DE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774DE is #188B21. Grayscale: #A2A2A2. Windows color (decimal): -1608482 or 14578919. OLE color: 14578919.

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

Color convert

RGB231116222-
CMYK00.500.040.09
HSL304.7º70.55%68.04%-
HSV(B)304.7º49.78%90.59%-
XYZ52.3934.7573.05-
YUV162.47161.6176.88-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 116 (45.70% from 255) = 20.39%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=40.60%
G=20.39%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111622200.500.040.09304.770.5568.04
HexE774DE032491314744
Octal347164336062411461107104
Binary111001111110100110111100110010100100110011000110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E774DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E774DE; }

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

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

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

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

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

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

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

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