#E273CB

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

Shades of Orchid #E273CB

Tints of Orchid #E273CB

Color information

#E273CB (or 0xE273CB) is unknown color: approx Orchid. HEX triplet: E2, 73 and CB. RGB value is (226,115,203). Sum of RGB (Red+Green+Blue) = 226+115+203=544 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.54% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 226 - color contains mainly: red. Hex color #E273CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273CB is #1D8C34. Grayscale: #9D9D9D. Windows color (decimal): -1936437 or 13333474. OLE color: 13333474.

HSL color Cylindrical-coordinate representation of color #E273CB: hue angle of 312.43º 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 #E273CB is Cyan = 0, Magento = 0.49, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB226115203-
CMYK00.490.100.11
HSL312.43º65.68%66.86%-
HSV(B)312.43º49.12%88.63%-
XYZ48.2732.7460.28-
YUV158.22153.27176.34-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.54%
GREEN value IS 115 (45.31% from 255) = 21.14%
BLUE value IS 203 (79.69% from 255) = 37.32%
R=41.54%
G=21.14%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611520300.490.100.11312.4365.6866.86
HexE273CB031AB1384243
Octal3421633130611213470102103
Binary1110001011100111100101101100011010101110011100010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E273CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E273CB; }

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

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

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

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

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

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

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

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