#E071D8

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

Shades of Orchid #E071D8

Tints of Orchid #E071D8

Color information

#E071D8 (or 0xE071D8) is unknown color: approx Orchid. HEX triplet: E0, 71 and D8. RGB value is (224,113,216). Sum of RGB (Red+Green+Blue) = 224+113+216=553 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.51% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 216 (84.77% from 255 or 39.06% from 553); Max value from RGB is 224 - color contains mainly: red. Hex color #E071D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071D8 is #1F8E27. Grayscale: #9D9D9D. Windows color (decimal): -2068008 or 14184928. OLE color: 14184928.

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

Color convert

RGB224113216-
CMYK00.500.040.12
HSL304.32º64.16%66.08%-
HSV(B)304.32º49.55%87.84%-
XYZ49.0432.6268.68-
YUV157.93160.77175.12-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.51%
GREEN value IS 113 (44.53% from 255) = 20.43%
BLUE value IS 216 (84.77% from 255) = 39.06%
R=40.51%
G=20.43%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411321600.500.040.12304.3264.1666.08
HexE071D80324C1304042
Octal340161330062414460100102
Binary111000001110001110110000110010100110010011000010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E071D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E071D8; }

 p { color: rgb(224,113,216); }

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

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

 a { background-color: rgb(224,113,216); }

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

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

 span { border-color: rgb(224,113,216); }

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