#E472DB

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

Shades of Orchid #E472DB

Tints of Orchid #E472DB

Color information

#E472DB (or 0xE472DB) is unknown color: approx Orchid. HEX triplet: E4, 72 and DB. RGB value is (228,114,219). Sum of RGB (Red+Green+Blue) = 228+114+219=561 (74% of max value = 765). Red value is 228 (89.45% from 255 or 40.64% from 561); Green value is 114 (44.92% from 255 or 20.32% from 561); Blue value is 219 (85.94% from 255 or 39.04% from 561); Max value from RGB is 228 - color contains mainly: red. Hex color #E472DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E472DB is #1B8D24. Grayscale: #9F9F9F. Windows color (decimal): -1805605 or 14381796. OLE color: 14381796.

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

Color convert

RGB228114219-
CMYK00.500.040.11
HSL304.74º67.86%67.06%-
HSV(B)304.74º50%89.41%-
XYZ50.833.6470.83-
YUV160.06161.27176.46-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 40.64%
GREEN value IS 114 (44.92% from 255) = 20.32%
BLUE value IS 219 (85.94% from 255) = 39.04%
R=40.64%
G=20.32%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.04
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22811421900.500.040.11304.7467.8667.06
HexE472DB0324B1314443
Octal344162333062413461104103
Binary111001001110010110110110110010100101110011000110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E472DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E472DB; }

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

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

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

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

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

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

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

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