#E273C4

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

Shades of Orchid #E273C4

Tints of Orchid #E273C4

Color information

#E273C4 (or 0xE273C4) is unknown color: approx Orchid. HEX triplet: E2, 73 and C4. RGB value is (226,115,196). Sum of RGB (Red+Green+Blue) = 226+115+196=537 (71% of max value = 765). Red value is 226 (88.67% from 255 or 42.09% from 537); Green value is 115 (45.31% from 255 or 21.42% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 226 - color contains mainly: red. Hex color #E273C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E273C4 is #1D8C3B. Grayscale: #9D9D9D. Windows color (decimal): -1936444 or 12874722. OLE color: 12874722.

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

Color convert

RGB226115196-
CMYK00.490.130.11
HSL316.22º65.68%66.86%-
HSV(B)316.22º49.12%88.63%-
XYZ47.4632.4255.98-
YUV157.42149.77176.91-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 42.09%
GREEN value IS 115 (45.31% from 255) = 21.42%
BLUE value IS 196 (76.95% from 255) = 36.50%
R=42.09%
G=21.42%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611519600.490.130.11316.2265.6866.86
HexE273C4031DB13c4243
Octal3421633040611513474102103
Binary1110001011100111100010001100011101101110011110010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E273C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E273C4; }

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

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

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

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

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

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

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

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