#E875E0

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

Shades of Orchid #E875E0

Tints of Orchid #E875E0

Color information

#E875E0 (or 0xE875E0) is unknown color: approx Orchid. HEX triplet: E8, 75 and E0. RGB value is (232,117,224). Sum of RGB (Red+Green+Blue) = 232+117+224=573 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.49% from 573); Green value is 117 (46.09% from 255 or 20.42% from 573); Blue value is 224 (87.89% from 255 or 39.09% from 573); Max value from RGB is 232 - color contains mainly: red. Hex color #E875E0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875E0 is #178A1F. Grayscale: #A3A3A3. Windows color (decimal): -1542688 or 14710248. OLE color: 14710248.

HSL color Cylindrical-coordinate representation of color #E875E0: hue angle of 304.17º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E875E0 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB232117224-
CMYK00.500.030.09
HSL304.17º71.43%68.43%-
HSV(B)304.17º49.57%90.98%-
XYZ53.0935.2674.53-
YUV163.58162.1176.8-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.49%
GREEN value IS 117 (46.09% from 255) = 20.42%
BLUE value IS 224 (87.89% from 255) = 39.09%
R=40.49%
G=20.42%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23211722400.500.030.09304.1771.4368.43
HexE875E0032391304744
Octal350165340062311460107104
Binary11101000111010111100000011001011100110011000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E875E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E875E0; }

 p { color: rgb(232,117,224); }

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

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

 a { background-color: rgb(232,117,224); }

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

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

 span { border-color: rgb(232,117,224); }

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