#E067EA

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

Shades of Orchid #E067EA

Tints of Orchid #E067EA

Color information

#E067EA (or 0xE067EA) is unknown color: approx Orchid. HEX triplet: E0, 67 and EA. RGB value is (224,103,234). Sum of RGB (Red+Green+Blue) = 224+103+234=561 (74% of max value = 765). Red value is 224 (87.89% from 255 or 39.93% from 561); Green value is 103 (40.62% from 255 or 18.36% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #E067EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #E067EA is #1F9815. Grayscale: #999999. Windows color (decimal): -2070550 or 15362016. OLE color: 15362016.

HSL color Cylindrical-coordinate representation of color #E067EA: hue angle of 295.42º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E067EA is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB224103234-
CMYK0.040.5600.08
HSL295.42º75.72%66.08%-
HSV(B)295.42º55.98%91.76%-
XYZ50.4431.4981.26-
YUV154.11173.09177.85-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.93%
GREEN value IS 103 (40.62% from 255) = 18.36%
BLUE value IS 234 (91.80% from 255) = 41.71%
R=39.93%
G=18.36%
B=41.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2241032340.040.5600.08295.4275.7266.08
HexE067EA438081274c42
Octal340147352470010447114102
Binary111000001100111111010101001110000100010010011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E067EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E067EA; }

 p { color: rgb(224,103,234); }

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

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

 a { background-color: rgb(224,103,234); }

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

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

 span { border-color: rgb(224,103,234); }

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