#EA6DE6

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

Shades of Orchid #EA6DE6

Tints of Orchid #EA6DE6

Color information

#EA6DE6 (or 0xEA6DE6) is unknown color: approx Orchid. HEX triplet: EA, 6D and E6. RGB value is (234,109,230). Sum of RGB (Red+Green+Blue) = 234+109+230=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 109 (42.97% from 255 or 19.02% from 573); Blue value is 230 (90.23% from 255 or 40.14% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6DE6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EA6DE6 is #159219. Grayscale: #9F9F9F. Windows color (decimal): -1413658 or 15101418. OLE color: 15101418.

HSL color Cylindrical-coordinate representation of color #EA6DE6: hue angle of 301.92º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EA6DE6 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.08.

Color convert

RGB234109230-
CMYK00.530.020.08
HSL301.92º74.85%67.25%-
HSV(B)301.92º53.42%91.76%-
XYZ53.6834.1478.62-
YUV160.17167.41180.66-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.84%
GREEN value IS 109 (42.97% from 255) = 19.02%
BLUE value IS 230 (90.23% from 255) = 40.14%
R=40.84%
G=19.02%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23410923000.530.020.08301.9274.8567.25
HexEA6DE60352812e4b43
Octal352155346065210456113103
Binary11101010110110111100110011010110100010010111010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6DE6; }

 p { color: rgb(234,109,230); }

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

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

 a { background-color: rgb(234,109,230); }

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

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

 span { border-color: rgb(234,109,230); }

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