#e072d6

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

Shades of Orchid #E072D6

Tints of Orchid #E072D6

Color information

#E072D6 (or 0xE072D6) is unknown color: approx Orchid. HEX triplet: E0, 72 and D6. RGB value is (224,114,214). Sum of RGB (Red+Green+Blue) = 224+114+214=552 (73% of max value = 765). Red value is 224 (87.89% from 255 or 40.58% from 552); Green value is 114 (44.92% from 255 or 20.65% from 552); Blue value is 214 (83.98% from 255 or 38.77% from 552); Max value from RGB is 224 - color contains mainly: red. Hex color #E072D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E072D6 is #1F8D29. Grayscale: #9D9D9D. Windows color (decimal): -2067754 or 14054112. OLE color: 14054112.

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

Color convert

RGB224114214-
CMYK00.490.040.12
HSL305.45º63.95%66.27%-
HSV(B)305.45º49.11%87.84%-
XYZ48.932.7467.36-
YUV158.29159.44174.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.58%
GREEN value IS 114 (44.92% from 255) = 20.65%
BLUE value IS 214 (83.98% from 255) = 38.77%
R=40.58%
G=20.65%
B=38.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.04
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411421400.490.040.12305.4563.9566.27
HexE072D60314C1314042
Octal340162326061414461100102
Binary111000001110010110101100110001100110010011000110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e072d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e072d6; }

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

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

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

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

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

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

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

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