#E373CB

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

Shades of Orchid #E373CB

Tints of Orchid #E373CB

Color information

#E373CB (or 0xE373CB) is unknown color: approx Orchid. HEX triplet: E3, 73 and CB. RGB value is (227,115,203). Sum of RGB (Red+Green+Blue) = 227+115+203=545 (72% of max value = 765). Red value is 227 (89.06% from 255 or 41.65% from 545); Green value is 115 (45.31% from 255 or 21.10% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 227 - color contains mainly: red. Hex color #E373CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E373CB is #1C8C34. Grayscale: #9E9E9E. Windows color (decimal): -1870901 or 13333475. OLE color: 13333475.

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

Color convert

RGB227115203-
CMYK00.490.110.11
HSL312.86º66.67%67.06%-
HSV(B)312.86º49.34%89.02%-
XYZ48.5932.960.29-
YUV158.52153.11176.84-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.65%
GREEN value IS 115 (45.31% from 255) = 21.10%
BLUE value IS 203 (79.69% from 255) = 37.25%
R=41.65%
G=21.10%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22711520300.490.110.11312.8666.6767.06
HexE373CB031BB1394343
Octal3431633130611313471103103
Binary1110001111100111100101101100011011101110011100110000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E373CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E373CB; }

 p { color: rgb(227,115,203); }

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

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

 a { background-color: rgb(227,115,203); }

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

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

 span { border-color: rgb(227,115,203); }

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