#E275E1

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

Shades of Orchid #E275E1

Tints of Orchid #E275E1

Color information

#E275E1 (or 0xE275E1) is unknown color: approx Orchid. HEX triplet: E2, 75 and E1. RGB value is (226,117,225). Sum of RGB (Red+Green+Blue) = 226+117+225=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 117 (46.09% from 255 or 20.60% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E275E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275E1 is #1D8A1E. Grayscale: #A1A1A1. Windows color (decimal): -1935903 or 14775778. OLE color: 14775778.

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

Color convert

RGB226117225-
CMYK00.480.000.11
HSL300.55º65.27%67.25%-
HSV(B)300.55º48.23%88.63%-
XYZ51.3234.3375.16-
YUV161.9163.61173.72-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.79%
GREEN value IS 117 (46.09% from 255) = 20.60%
BLUE value IS 225 (88.28% from 255) = 39.61%
R=39.79%
G=20.60%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.00
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611722500.480.000.11300.5565.2767.25
HexE275E10300B12d4143
Octal342165341060013455101103
Binary1110001011101011110000101100000101110010110110000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E275E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E275E1; }

 p { color: rgb(226,117,225); }

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

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

 a { background-color: rgb(226,117,225); }

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

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

 span { border-color: rgb(226,117,225); }

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