#E06AC5

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

Shades of Orchid #E06AC5

Tints of Orchid #E06AC5

Color information

#E06AC5 (or 0xE06AC5) is unknown color: approx Orchid. HEX triplet: E0, 6A and C5. RGB value is (224,106,197). Sum of RGB (Red+Green+Blue) = 224+106+197=527 (69% of max value = 765). Red value is 224 (87.89% from 255 or 42.50% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 224 - color contains mainly: red. Hex color #E06AC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E06AC5 is #1F953A. Grayscale: #979797. Windows color (decimal): -2069819 or 12937952. OLE color: 12937952.

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

Color convert

RGB224106197-
CMYK00.530.120.12
HSL313.73º65.56%64.71%-
HSV(B)313.73º52.68%87.84%-
XYZ45.9730.1956.23-
YUV151.66153.59179.6-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 42.50%
GREEN value IS 106 (41.80% from 255) = 20.11%
BLUE value IS 197 (77.34% from 255) = 37.38%
R=42.50%
G=20.11%
B=37.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22410619700.530.120.12313.7365.5664.71
HexE06AC5035CC13a4241
Octal3401523050651414472102101
Binary1110000011010101100010101101011100110010011101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E06AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E06AC5; }

 p { color: rgb(224,106,197); }

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

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

 a { background-color: rgb(224,106,197); }

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

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

 span { border-color: rgb(224,106,197); }

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