#E879DB

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

Shades of Orchid #E879DB

Tints of Orchid #E879DB

Color information

#E879DB (or 0xE879DB) is unknown color: approx Orchid. HEX triplet: E8, 79 and DB. RGB value is (232,121,219). Sum of RGB (Red+Green+Blue) = 232+121+219=572 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.56% from 572); Green value is 121 (47.66% from 255 or 21.15% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 232 - color contains mainly: red. Hex color #E879DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E879DB is #178624. Grayscale: #A5A5A5. Windows color (decimal): -1541669 or 14383592. OLE color: 14383592.

HSL color Cylindrical-coordinate representation of color #E879DB: hue angle of 307.03º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E879DB is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB232121219-
CMYK00.480.060.09
HSL307.03º70.7%69.22%-
HSV(B)307.03º47.84%90.98%-
XYZ52.935.9571.17-
YUV165.36158.27175.53-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.56%
GREEN value IS 121 (47.66% from 255) = 21.15%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=40.56%
G=21.15%
B=38.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23212121900.480.060.09307.0370.769.22
HexE879DB030691334745
Octal350171333060611463107105
Binary111010001111001110110110110000110100110011001110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E879DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E879DB; }

 p { color: rgb(232,121,219); }

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

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

 a { background-color: rgb(232,121,219); }

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

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

 span { border-color: rgb(232,121,219); }

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