#E470D0

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

Shades of Orchid #E470D0

Tints of Orchid #E470D0

Color information

#E470D0 (or 0xE470D0) is unknown color: approx Orchid. HEX triplet: E4, 70 and D0. RGB value is (228,112,208). Sum of RGB (Red+Green+Blue) = 228+112+208=548 (72% of max value = 765). Red value is 228 (89.45% from 255 or 41.61% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 228 - color contains mainly: red. Hex color #E470D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E470D0 is #1B8F2F. Grayscale: #9D9D9D. Windows color (decimal): -1806128 or 13660388. OLE color: 13660388.

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

Color convert

RGB228112208-
CMYK00.510.090.11
HSL310.34º68.24%66.67%-
HSV(B)310.34º50.88%89.41%-
XYZ49.1732.6463.38-
YUV157.63156.43178.19-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.61%
GREEN value IS 112 (44.14% from 255) = 20.44%
BLUE value IS 208 (81.64% from 255) = 37.96%
R=41.61%
G=20.44%
B=37.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811220800.510.090.11310.3468.2466.67
HexE470D00339B1364443
Octal3441603200631113466104103
Binary1110010011100001101000001100111001101110011011010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E470D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E470D0; }

 p { color: rgb(228,112,208); }

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

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

 a { background-color: rgb(228,112,208); }

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

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

 span { border-color: rgb(228,112,208); }

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