#EC6EE0

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

Shades of Orchid #EC6EE0

Tints of Orchid #EC6EE0

Color information

#EC6EE0 (or 0xEC6EE0) is unknown color: approx Orchid. HEX triplet: EC, 6E and E0. RGB value is (236,110,224). Sum of RGB (Red+Green+Blue) = 236+110+224=570 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.40% from 570); Green value is 110 (43.36% from 255 or 19.30% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6EE0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC6EE0 is #13911F. Grayscale: #A0A0A0. Windows color (decimal): -1282336 or 14708460. OLE color: 14708460.

HSL color Cylindrical-coordinate representation of color #EC6EE0: hue angle of 305.71º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EC6EE0 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB236110224-
CMYK00.530.050.07
HSL305.71º76.83%67.84%-
HSV(B)305.71º53.39%92.55%-
XYZ53.6234.3774.33-
YUV160.67163.74181.73-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.40%
GREEN value IS 110 (43.36% from 255) = 19.30%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=41.40%
G=19.30%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611022400.530.050.07305.7176.8367.84
HexEC6EE0035571324d44
Octal35415634006557462115104
Binary11101100110111011100000011010110111110011001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC6EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC6EE0; }

 p { color: rgb(236,110,224); }

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

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

 a { background-color: rgb(236,110,224); }

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

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

 span { border-color: rgb(236,110,224); }

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