#EA6ECD

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

Shades of Orchid #EA6ECD

Tints of Orchid #EA6ECD

Color information

#EA6ECD (or 0xEA6ECD) is unknown color: approx Orchid. HEX triplet: EA, 6E and CD. RGB value is (234,110,205). Sum of RGB (Red+Green+Blue) = 234+110+205=549 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.62% from 549); Green value is 110 (43.36% from 255 or 20.04% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6ECD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA6ECD is #159132. Grayscale: #9D9D9D. Windows color (decimal): -1413427 or 13463274. OLE color: 13463274.

HSL color Cylindrical-coordinate representation of color #EA6ECD: hue angle of 314.03º 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 #EA6ECD is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB234110205-
CMYK00.530.120.08
HSL314.03º74.7%67.45%-
HSV(B)314.03º52.99%91.76%-
XYZ50.5333.0561.47-
YUV157.91154.58182.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.62%
GREEN value IS 110 (43.36% from 255) = 20.04%
BLUE value IS 205 (80.47% from 255) = 37.34%
R=42.62%
G=20.04%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411020500.530.120.08314.0374.767.45
HexEA6ECD035C813a4b43
Octal3521563150651410472113103
Binary1110101011011101100110101101011100100010011101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6ECD; }

 p { color: rgb(234,110,205); }

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

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

 a { background-color: rgb(234,110,205); }

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

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

 span { border-color: rgb(234,110,205); }

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