#E371C9

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

Shades of Orchid #E371C9

Tints of Orchid #E371C9

Color information

#E371C9 (or 0xE371C9) is unknown color: approx Orchid. HEX triplet: E3, 71 and C9. RGB value is (227,113,201). Sum of RGB (Red+Green+Blue) = 227+113+201=541 (71% of max value = 765). Red value is 227 (89.06% from 255 or 41.96% from 541); Green value is 113 (44.53% from 255 or 20.89% from 541); Blue value is 201 (78.91% from 255 or 37.15% from 541); Max value from RGB is 227 - color contains mainly: red. Hex color #E371C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E371C9 is #1C8E36. Grayscale: #9C9C9C. Windows color (decimal): -1871415 or 13201891. OLE color: 13201891.

HSL color Cylindrical-coordinate representation of color #E371C9: hue angle of 313.68º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E371C9 is Cyan = 0, Magento = 0.50, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB227113201-
CMYK00.500.110.11
HSL313.68º67.06%66.67%-
HSV(B)313.68º50.22%89.02%-
XYZ48.1332.3658.97-
YUV157.12152.77177.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.96%
GREEN value IS 113 (44.53% from 255) = 20.89%
BLUE value IS 201 (78.91% from 255) = 37.15%
R=41.96%
G=20.89%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711320100.500.110.11313.6867.0666.67
HexE371C9032BB13a4343
Octal3431613110621313472103103
Binary1110001111100011100100101100101011101110011101010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E371C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E371C9; }

 p { color: rgb(227,113,201); }

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

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

 a { background-color: rgb(227,113,201); }

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

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

 span { border-color: rgb(227,113,201); }

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