#E76EDF

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

Shades of Orchid #E76EDF

Tints of Orchid #E76EDF

Color information

#E76EDF (or 0xE76EDF) is unknown color: approx Orchid. HEX triplet: E7, 6E and DF. RGB value is (231,110,223). Sum of RGB (Red+Green+Blue) = 231+110+223=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 110 (43.36% from 255 or 19.50% from 564); Blue value is 223 (87.5% from 255 or 39.54% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E76EDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76EDF is #189120. Grayscale: #9E9E9E. Windows color (decimal): -1610017 or 14642919. OLE color: 14642919.

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

Color convert

RGB231110223-
CMYK00.520.030.09
HSL303.97º71.6%66.86%-
HSV(B)303.97º52.38%90.59%-
XYZ51.8533.4773.54-
YUV159.06164.09179.31-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.96%
GREEN value IS 110 (43.36% from 255) = 19.50%
BLUE value IS 223 (87.5% from 255) = 39.54%
R=40.96%
G=19.50%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111022300.520.030.09303.9771.666.86
HexE76EDF034391304843
Octal347156337064311460110103
Binary11100111110111011011111011010011100110011000010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76EDF; }

 p { color: rgb(231,110,223); }

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

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

 a { background-color: rgb(231,110,223); }

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

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

 span { border-color: rgb(231,110,223); }

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