#E37ED5

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

Shades of Orchid #E37ED5

Tints of Orchid #E37ED5

Color information

#E37ED5 (or 0xE37ED5) is unknown color: approx Orchid. HEX triplet: E3, 7E and D5. RGB value is (227,126,213). Sum of RGB (Red+Green+Blue) = 227+126+213=566 (74% of max value = 765). Red value is 227 (89.06% from 255 or 40.11% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 227 - color contains mainly: red. Hex color #E37ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E37ED5 is #1C812A. Grayscale: #A5A5A5. Windows color (decimal): -1868075 or 13991651. OLE color: 13991651.

HSL color Cylindrical-coordinate representation of color #E37ED5: hue angle of 308.32º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E37ED5 is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB227126213-
CMYK00.440.060.11
HSL308.32º64.33%69.22%-
HSV(B)308.32º44.49%89.02%-
XYZ51.1536.0667.21-
YUV166.12154.46171.43-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 40.11%
GREEN value IS 126 (49.61% from 255) = 22.26%
BLUE value IS 213 (83.59% from 255) = 37.63%
R=40.11%
G=22.26%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22712621300.440.060.11308.3264.3369.22
HexE37ED502C6B1344045
Octal343176325054613464100105
Binary111000111111110110101010101100110101110011010010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E37ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E37ED5; }

 p { color: rgb(227,126,213); }

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

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

 a { background-color: rgb(227,126,213); }

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

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

 span { border-color: rgb(227,126,213); }

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