#e273db

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

Shades of Orchid #E273DB

Tints of Orchid #E273DB

Color information

#E273DB (or 0xE273DB) is unknown color: approx Orchid. HEX triplet: E2, 73 and DB. RGB value is (226,115,219). Sum of RGB (Red+Green+Blue) = 226+115+219=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 115 (45.31% from 255 or 20.54% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E273DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273DB is #1D8C24. Grayscale: #9F9F9F. Windows color (decimal): -1936421 or 14382050. OLE color: 14382050.

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

Color convert

RGB226115219-
CMYK00.490.030.11
HSL303.78º65.68%66.86%-
HSV(B)303.78º49.12%88.63%-
XYZ50.2833.5470.84-
YUV160.05161.27175.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.36%
GREEN value IS 115 (45.31% from 255) = 20.54%
BLUE value IS 219 (85.94% from 255) = 39.11%
R=40.36%
G=20.54%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611521900.490.030.11303.7865.6866.86
HexE273DB0313B1304243
Octal342163333061313460102103
Binary11100010111001111011011011000111101110011000010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e273db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e273db; }

 p { color: rgb(226,115,219); }

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

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

 a { background-color: rgb(226,115,219); }

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

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

 span { border-color: rgb(226,115,219); }

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