#E372CE

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

Shades of Orchid #E372CE

Tints of Orchid #E372CE

Color information

#E372CE (or 0xE372CE) is unknown color: approx Orchid. HEX triplet: E3, 72 and CE. RGB value is (227,114,206). Sum of RGB (Red+Green+Blue) = 227+114+206=547 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.50% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 206 (80.86% from 255 or 37.66% from 547); Max value from RGB is 227 - color contains mainly: red. Hex color #E372CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E372CE is #1C8D31. Grayscale: #9E9E9E. Windows color (decimal): -1871154 or 13529827. OLE color: 13529827.

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

Color convert

RGB227114206-
CMYK00.500.090.11
HSL311.15º66.86%66.86%-
HSV(B)311.15º49.78%89.02%-
XYZ48.8432.8262.15-
YUV158.28154.94177.02-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.50%
GREEN value IS 114 (44.92% from 255) = 20.84%
BLUE value IS 206 (80.86% from 255) = 37.66%
R=41.50%
G=20.84%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711420600.500.090.11311.1566.8666.86
HexE372CE0329B1374343
Octal3431623160621113467103103
Binary1110001111100101100111001100101001101110011011110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E372CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E372CE; }

 p { color: rgb(227,114,206); }

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

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

 a { background-color: rgb(227,114,206); }

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

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

 span { border-color: rgb(227,114,206); }

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