#e068e8

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

Shades of Orchid #E068E8

Tints of Orchid #E068E8

Color information

#E068E8 (or 0xE068E8) is unknown color: approx Orchid. HEX triplet: E0, 68 and E8. RGB value is (224,104,232). Sum of RGB (Red+Green+Blue) = 224+104+232=560 (74% of max value = 765). Red value is 224 (87.89% from 255 or 40% from 560); Green value is 104 (41.02% from 255 or 18.57% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #E068E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E068E8 is #1F9717. Grayscale: #9A9A9A. Windows color (decimal): -2070296 or 15231200. OLE color: 15231200.

HSL color Cylindrical-coordinate representation of color #E068E8: hue angle of 296.25º degrees, saturation: 0.74, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E068E8 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB224104232-
CMYK0.030.5500.09
HSL296.25º73.56%65.88%-
HSV(B)296.25º55.17%90.98%-
XYZ50.2631.5779.79-
YUV154.47171.76177.59-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40%
GREEN value IS 104 (41.02% from 255) = 18.57%
BLUE value IS 232 (91.02% from 255) = 41.43%
R=40%
G=18.57%
B=41.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2241042320.030.5500.09296.2573.5665.88
HexE068E8337091284a42
Octal340150350367011450112102
Binary11100000110100011101000111101110100110010100010010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e068e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e068e8; }

 p { color: rgb(224,104,232); }

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

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

 a { background-color: rgb(224,104,232); }

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

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

 span { border-color: rgb(224,104,232); }

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