#E275DE

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

Shades of Orchid #E275DE

Tints of Orchid #E275DE

Color information

#E275DE (or 0xE275DE) is unknown color: approx Orchid. HEX triplet: E2, 75 and DE. RGB value is (226,117,222). Sum of RGB (Red+Green+Blue) = 226+117+222=565 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40% from 565); Green value is 117 (46.09% from 255 or 20.71% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 226 - color contains mainly: red. Hex color #E275DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E275DE is #1D8A21. Grayscale: #A1A1A1. Windows color (decimal): -1935906 or 14579170. OLE color: 14579170.

HSL color Cylindrical-coordinate representation of color #E275DE: hue angle of 302.2º 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 #E275DE is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226117222-
CMYK00.480.020.11
HSL302.2º65.27%67.25%-
HSV(B)302.2º48.23%88.63%-
XYZ50.9134.1773.02-
YUV161.56162.11173.96-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40%
GREEN value IS 117 (46.09% from 255) = 20.71%
BLUE value IS 222 (87.11% from 255) = 39.29%
R=40%
G=20.71%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22611722200.480.020.11302.265.2767.25
HexE275DE0302B12e4143
Octal342165336060213456101103
Binary11100010111010111011110011000010101110010111010000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E275DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E275DE; }

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

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

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

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

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

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

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

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