#e27ed1

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

Shades of Orchid #E27ED1

Tints of Orchid #E27ED1

Color information

#E27ED1 (or 0xE27ED1) is unknown color: approx Orchid. HEX triplet: E2, 7E and D1. RGB value is (226,126,209). Sum of RGB (Red+Green+Blue) = 226+126+209=561 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.29% from 561); Green value is 126 (49.61% from 255 or 22.46% from 561); Blue value is 209 (82.03% from 255 or 37.25% from 561); Max value from RGB is 226 - color contains mainly: red. Hex color #E27ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27ED1 is #1D812E. Grayscale: #A5A5A5. Windows color (decimal): -1933615 or 13729506. OLE color: 13729506.

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

Color convert

RGB226126209-
CMYK00.440.080.11
HSL310.2º63.29%69.02%-
HSV(B)310.2º44.25%88.63%-
XYZ50.3335.6964.56-
YUV165.36152.63171.25-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.29%
GREEN value IS 126 (49.61% from 255) = 22.46%
BLUE value IS 209 (82.03% from 255) = 37.25%
R=40.29%
G=22.46%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612620900.440.080.11310.263.2969.02
HexE27ED102C8B1363f45
Octal342176321054101346677105
Binary111000101111110110100010101100100010111001101101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e27ed1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e27ed1; }

 p { color: rgb(226,126,209); }

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

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

 a { background-color: rgb(226,126,209); }

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

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

 span { border-color: rgb(226,126,209); }

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