#E070D4

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

Shades of Orchid #E070D4

Tints of Orchid #E070D4

Color information

#E070D4 (or 0xE070D4) is unknown color: approx Orchid. HEX triplet: E0, 70 and D4. RGB value is (224,112,212). Sum of RGB (Red+Green+Blue) = 224+112+212=548 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.88% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 212 (83.20% from 255 or 38.69% from 548); Max value from RGB is 224 - color contains mainly: red. Hex color #E070D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E070D4 is #1F8F2B. Grayscale: #9C9C9C. Windows color (decimal): -2068268 or 13922528. OLE color: 13922528.

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

Color convert

RGB224112212-
CMYK00.500.050.12
HSL306.43º64.37%65.88%-
HSV(B)306.43º50%87.84%-
XYZ48.4232.1965.95-
YUV156.89159.11175.87-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.88%
GREEN value IS 112 (44.14% from 255) = 20.44%
BLUE value IS 212 (83.20% from 255) = 38.69%
R=40.88%
G=20.44%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22411221200.500.050.12306.4364.3765.88
HexE070D40325C1324042
Octal340160324062514462100102
Binary111000001110000110101000110010101110010011001010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E070D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E070D4; }

 p { color: rgb(224,112,212); }

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

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

 a { background-color: rgb(224,112,212); }

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

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

 span { border-color: rgb(224,112,212); }

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