#E06ECA

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

Shades of Orchid #E06ECA

Tints of Orchid #E06ECA

Color information

#E06ECA (or 0xE06ECA) is unknown color: approx Orchid. HEX triplet: E0, 6E and CA. RGB value is (224,110,202). Sum of RGB (Red+Green+Blue) = 224+110+202=536 (70% of max value = 765). Red value is 224 (87.89% from 255 or 41.79% from 536); Green value is 110 (43.36% from 255 or 20.52% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 224 - color contains mainly: red. Hex color #E06ECA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06ECA is #1F9135. Grayscale: #9A9A9A. Windows color (decimal): -2068790 or 13266656. OLE color: 13266656.

HSL color Cylindrical-coordinate representation of color #E06ECA: hue angle of 311.58º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E06ECA is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB224110202-
CMYK00.510.100.12
HSL311.58º64.77%65.49%-
HSV(B)311.58º50.89%87.84%-
XYZ46.9831.2659.44-
YUV154.57154.77177.52-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 41.79%
GREEN value IS 110 (43.36% from 255) = 20.52%
BLUE value IS 202 (79.30% from 255) = 37.69%
R=41.79%
G=20.52%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411020200.510.100.12311.5864.7765.49
HexE06ECA033AC1384141
Octal3401563120631214470101101
Binary1110000011011101100101001100111010110010011100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06ECA; }

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

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

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

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

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

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

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

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