#E476DB

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

Shades of Orchid #E476DB

Tints of Orchid #E476DB

Color information

#E476DB (or 0xE476DB) is unknown color: approx Orchid. HEX triplet: E4, 76 and DB. RGB value is (228,118,219). Sum of RGB (Red+Green+Blue) = 228+118+219=565 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.35% from 565); Green value is 118 (46.48% from 255 or 20.88% from 565); Blue value is 219 (85.94% from 255 or 38.76% from 565); Max value from RGB is 228 - color contains mainly: red. Hex color #E476DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E476DB is #1B8924. Grayscale: #A2A2A2. Windows color (decimal): -1804581 or 14382820. OLE color: 14382820.

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

Color convert

RGB228118219-
CMYK00.480.040.11
HSL304.91º67.07%67.84%-
HSV(B)304.91º48.25%89.41%-
XYZ51.2634.5770.99-
YUV162.4159.94174.79-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.35%
GREEN value IS 118 (46.48% from 255) = 20.88%
BLUE value IS 219 (85.94% from 255) = 38.76%
R=40.35%
G=20.88%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811821900.480.040.11304.9167.0767.84
HexE476DB0304B1314344
Octal344166333060413461103104
Binary111001001110110110110110110000100101110011000110000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E476DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E476DB; }

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

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

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

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

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

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

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

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