#E071D6

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

Shades of Orchid #E071D6

Tints of Orchid #E071D6

Color information

#E071D6 (or 0xE071D6) is unknown color: approx Orchid. HEX triplet: E0, 71 and D6. RGB value is (224,113,214). Sum of RGB (Red+Green+Blue) = 224+113+214=551 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.65% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 214 (83.98% from 255 or 38.84% from 551); Max value from RGB is 224 - color contains mainly: red. Hex color #E071D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E071D6 is #1F8E29. Grayscale: #9D9D9D. Windows color (decimal): -2068010 or 14053856. OLE color: 14053856.

HSL color Cylindrical-coordinate representation of color #E071D6: hue angle of 305.41º 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 #E071D6 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB224113214-
CMYK00.500.040.12
HSL305.41º64.16%66.08%-
HSV(B)305.41º49.55%87.84%-
XYZ48.7832.5167.32-
YUV157.7159.77175.29-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.65%
GREEN value IS 113 (44.53% from 255) = 20.51%
BLUE value IS 214 (83.98% from 255) = 38.84%
R=40.65%
G=20.51%
B=38.84%

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
Decimal22411321400.500.040.12305.4164.1666.08
HexE071D60324C1314042
Octal340161326062414461100102
Binary111000001110001110101100110010100110010011000110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E071D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E071D6; }

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

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

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

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

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

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

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

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