#E274E3

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

Shades of Orchid #E274E3

Tints of Orchid #E274E3

Color information

#E274E3 (or 0xE274E3) is unknown color: approx Orchid. HEX triplet: E2, 74 and E3. RGB value is (226,116,227). Sum of RGB (Red+Green+Blue) = 226+116+227=569 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.72% from 569); Green value is 116 (45.70% from 255 or 20.39% from 569); Blue value is 227 (89.06% from 255 or 39.89% from 569); Max value from RGB is 227 - color contains mainly: blue. Hex color #E274E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E274E3 is #1D8B1C. Grayscale: #A1A1A1. Windows color (decimal): -1936157 or 14906594. OLE color: 14906594.

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

Color convert

RGB226116227-
CMYK0.000.4900.11
HSL299.46º66.47%67.25%-
HSV(B)299.46º48.9%89.02%-
XYZ51.4734.2176.56-
YUV161.54164.94173.97-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.72%
GREEN value IS 116 (45.70% from 255) = 20.39%
BLUE value IS 227 (89.06% from 255) = 39.89%
R=39.72%
G=20.39%
B=39.89%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261162270.000.4900.11299.4666.4767.25
HexE274E30310B12b4243
Octal342164343061013453102103
Binary1110001011101001110001101100010101110010101110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E274E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E274E3; }

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

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

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

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

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

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

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

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