#E374E0

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

Shades of Orchid #E374E0

Tints of Orchid #E374E0

Color information

#E374E0 (or 0xE374E0) is unknown color: approx Orchid. HEX triplet: E3, 74 and E0. RGB value is (227,116,224). Sum of RGB (Red+Green+Blue) = 227+116+224=567 (75% of max value = 765). Red value is 227 (89.06% from 255 or 40.04% from 567); Green value is 116 (45.70% from 255 or 20.46% from 567); Blue value is 224 (87.89% from 255 or 39.51% from 567); Max value from RGB is 227 - color contains mainly: red. Hex color #E374E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374E0 is #1C8B1F. Grayscale: #A1A1A1. Windows color (decimal): -1870624 or 14709987. OLE color: 14709987.

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

Color convert

RGB227116224-
CMYK00.490.010.11
HSL301.62º66.47%67.25%-
HSV(B)301.62º48.9%89.02%-
XYZ51.3834.274.42-
YUV161.5163.27174.72-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.04%
GREEN value IS 116 (45.70% from 255) = 20.46%
BLUE value IS 224 (87.89% from 255) = 39.51%
R=40.04%
G=20.46%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711622400.490.010.11301.6266.4767.25
HexE374E00311B12e4243
Octal343164340061113456102103
Binary1110001111101001110000001100011101110010111010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E374E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E374E0; }

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

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

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

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

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

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

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

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