#E772DA

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

Shades of Orchid #E772DA

Tints of Orchid #E772DA

Color information

#E772DA (or 0xE772DA) is unknown color: approx Orchid. HEX triplet: E7, 72 and DA. RGB value is (231,114,218). Sum of RGB (Red+Green+Blue) = 231+114+218=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 114 (44.92% from 255 or 20.25% from 563); Blue value is 218 (85.55% from 255 or 38.72% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E772DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E772DA is #188D25. Grayscale: #A0A0A0. Windows color (decimal): -1608998 or 14316263. OLE color: 14316263.

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

Color convert

RGB231114218-
CMYK00.510.060.09
HSL306.67º70.91%67.65%-
HSV(B)306.67º50.65%90.59%-
XYZ51.6334.0970.19-
YUV160.84160.26178.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 41.03%
GREEN value IS 114 (44.92% from 255) = 20.25%
BLUE value IS 218 (85.55% from 255) = 38.72%
R=41.03%
G=20.25%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111421800.510.060.09306.6770.9167.65
HexE772DA033691334744
Octal347162332063611463107104
Binary111001111110010110110100110011110100110011001110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E772DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E772DA; }

 p { color: rgb(231,114,218); }

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

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

 a { background-color: rgb(231,114,218); }

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

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

 span { border-color: rgb(231,114,218); }

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