#E374E2

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

Shades of Orchid #E374E2

Tints of Orchid #E374E2

Color information

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

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

Color convert

RGB227116226-
CMYK00.490.000.11
HSL300.54º66.47%67.25%-
HSV(B)300.54º48.9%89.02%-
XYZ51.6534.3175.85-
YUV161.73164.27174.56-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711622600.490.000.11300.5466.4767.25
HexE374E20310B12d4243
Octal343164342061013455102103
Binary1110001111101001110001001100010101110010110110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E374E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E374E2; }

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

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

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

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

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

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

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

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