#E37ACB

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

Shades of Orchid #E37ACB

Tints of Orchid #E37ACB

Color information

#E37ACB (or 0xE37ACB) is unknown color: approx Orchid. HEX triplet: E3, 7A and CB. RGB value is (227,122,203). Sum of RGB (Red+Green+Blue) = 227+122+203=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 122 (48.05% from 255 or 22.10% from 552); Blue value is 203 (79.69% from 255 or 36.78% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ACB is #1C8534. Grayscale: #A2A2A2. Windows color (decimal): -1869109 or 13335267. OLE color: 13335267.

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

Color convert

RGB227122203-
CMYK00.460.110.11
HSL313.71º65.22%68.43%-
HSV(B)313.71º46.26%89.02%-
XYZ49.4234.5660.57-
YUV162.63150.79173.91-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 41.12%
GREEN value IS 122 (48.05% from 255) = 22.10%
BLUE value IS 203 (79.69% from 255) = 36.78%
R=41.12%
G=22.10%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712220300.460.110.11313.7165.2268.43
HexE37ACB02EBB13a4144
Octal3431723130561313472101104
Binary1110001111110101100101101011101011101110011101010000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37ACB; }

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

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

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

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

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

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

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

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