#E47EDB

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

Shades of Orchid #E47EDB

Tints of Orchid #E47EDB

Color information

#E47EDB (or 0xE47EDB) is unknown color: approx Orchid. HEX triplet: E4, 7E and DB. RGB value is (228,126,219). Sum of RGB (Red+Green+Blue) = 228+126+219=573 (75% of max value = 765). Red value is 228 (89.45% from 255 or 39.79% from 573); Green value is 126 (49.61% from 255 or 21.99% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 228 - color contains mainly: red. Hex color #E47EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E47EDB is #1B8124. Grayscale: #A6A6A6. Windows color (decimal): -1802533 or 14384868. OLE color: 14384868.

HSL color Cylindrical-coordinate representation of color #E47EDB: hue angle of 305.29º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #E47EDB is Cyan = 0, Magento = 0.45, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB228126219-
CMYK00.450.040.11
HSL305.29º65.38%69.41%-
HSV(B)305.29º44.74%89.41%-
XYZ52.2436.5371.32-
YUV167.1157.29171.44-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 39.79%
GREEN value IS 126 (49.61% from 255) = 21.99%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=39.79%
G=21.99%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812621900.450.040.11305.2965.3869.41
HexE47EDB02D4B1314145
Octal344176333055413461101105
Binary111001001111110110110110101101100101110011000110000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E47EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E47EDB; }

 p { color: rgb(228,126,219); }

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

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

 a { background-color: rgb(228,126,219); }

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

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

 span { border-color: rgb(228,126,219); }

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