#E76DE0

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

Shades of Orchid #E76DE0

Tints of Orchid #E76DE0

Color information

#E76DE0 (or 0xE76DE0) is unknown color: approx Orchid. HEX triplet: E7, 6D and E0. RGB value is (231,109,224). Sum of RGB (Red+Green+Blue) = 231+109+224=564 (74% of max value = 765). Red value is 231 (90.62% from 255 or 40.96% from 564); Green value is 109 (42.97% from 255 or 19.33% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DE0 is #18921F. Grayscale: #9E9E9E. Windows color (decimal): -1610272 or 14708199. OLE color: 14708199.

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

Color convert

RGB231109224-
CMYK00.530.030.09
HSL303.44º71.76%66.67%-
HSV(B)303.44º52.81%90.59%-
XYZ51.8833.3174.22-
YUV158.59164.92179.65-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.96%
GREEN value IS 109 (42.97% from 255) = 19.33%
BLUE value IS 224 (87.89% from 255) = 39.72%
R=40.96%
G=19.33%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23110922400.530.030.09303.4471.7666.67
HexE76DE00353912f4843
Octal347155340065311457110103
Binary11100111110110111100000011010111100110010111110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E76DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E76DE0; }

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

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

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

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

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

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

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

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