#E274C8

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

Shades of Orchid #E274C8

Tints of Orchid #E274C8

Color information

#E274C8 (or 0xE274C8) is unknown color: approx Orchid. HEX triplet: E2, 74 and C8. RGB value is (226,116,200). Sum of RGB (Red+Green+Blue) = 226+116+200=542 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.70% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 200 (78.52% from 255 or 36.90% from 542); Max value from RGB is 226 - color contains mainly: red. Hex color #E274C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274C8 is #1D8B37. Grayscale: #9E9E9E. Windows color (decimal): -1936184 or 13137122. OLE color: 13137122.

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

Color convert

RGB226116200-
CMYK00.490.120.11
HSL314.18º65.48%67.06%-
HSV(B)314.18º48.67%88.63%-
XYZ48.0332.8358.45-
YUV158.47151.44176.17-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.70%
GREEN value IS 116 (45.70% from 255) = 21.40%
BLUE value IS 200 (78.52% from 255) = 36.90%
R=41.70%
G=21.40%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611620000.490.120.11314.1865.4867.06
HexE274C8031CB13a4143
Octal3421643100611413472101103
Binary1110001011101001100100001100011100101110011101010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E274C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E274C8; }

 p { color: rgb(226,116,200); }

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

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

 a { background-color: rgb(226,116,200); }

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

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

 span { border-color: rgb(226,116,200); }

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