#E374E1

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

Shades of Orchid #E374E1

Tints of Orchid #E374E1

Color information

#E374E1 (or 0xE374E1) is unknown color: approx Orchid. HEX triplet: E3, 74 and E1. RGB value is (227,116,225). Sum of RGB (Red+Green+Blue) = 227+116+225=568 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.96% from 568); Green value is 116 (45.70% from 255 or 20.42% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 227 - color contains mainly: red. Hex color #E374E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E374E1 is #1C8B1E. Grayscale: #A1A1A1. Windows color (decimal): -1870623 or 14775523. OLE color: 14775523.

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

Color convert

RGB227116225-
CMYK00.490.010.11
HSL301.08º66.47%67.25%-
HSV(B)301.08º48.9%89.02%-
XYZ51.5134.2675.13-
YUV161.61163.77174.64-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.96%
GREEN value IS 116 (45.70% from 255) = 20.42%
BLUE value IS 225 (88.28% from 255) = 39.61%
R=39.96%
G=20.42%
B=39.61%

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
Decimal22711622500.490.010.11301.0866.4767.25
HexE374E10311B12d4243
Octal343164341061113455102103
Binary1110001111101001110000101100011101110010110110000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E374E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E374E1; }

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

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

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

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

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

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

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

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