#E074E3

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

Shades of Orchid #E074E3

Tints of Orchid #E074E3

Color information

#E074E3 (or 0xE074E3) is unknown color: approx Orchid. HEX triplet: E0, 74 and E3. RGB value is (224,116,227). Sum of RGB (Red+Green+Blue) = 224+116+227=567 (75% of max value = 765). Red value is 224 (87.89% from 255 or 39.51% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 227 (89.06% from 255 or 40.04% from 567); Max value from RGB is 227 - color contains mainly: blue. Hex color #E074E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E074E3 is #1F8B1C. Grayscale: #A0A0A0. Windows color (decimal): -2067229 or 14906592. OLE color: 14906592.

HSL color Cylindrical-coordinate representation of color #E074E3: hue angle of 298.38º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E074E3 is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB224116227-
CMYK0.010.4900.11
HSL298.38º66.47%67.25%-
HSV(B)298.38º48.9%89.02%-
XYZ50.8533.8876.53-
YUV160.95165.28172.97-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 39.51%
GREEN value IS 116 (45.70% from 255) = 20.46%
BLUE value IS 227 (89.06% from 255) = 40.04%
R=39.51%
G=20.46%
B=40.04%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2241162270.010.4900.11298.3866.4767.25
HexE074E31310B12a4243
Octal340164343161013452102103
Binary1110000011101001110001111100010101110010101010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E074E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E074E3; }

 p { color: rgb(224,116,227); }

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

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

 a { background-color: rgb(224,116,227); }

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

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

 span { border-color: rgb(224,116,227); }

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