#E875E1

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

Shades of Orchid #E875E1

Tints of Orchid #E875E1

Color information

#E875E1 (or 0xE875E1) is unknown color: approx Orchid. HEX triplet: E8, 75 and E1. RGB value is (232,117,225). Sum of RGB (Red+Green+Blue) = 232+117+225=574 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.42% from 574); Green value is 117 (46.09% from 255 or 20.38% from 574); Blue value is 225 (88.28% from 255 or 39.20% from 574); Max value from RGB is 232 - color contains mainly: red. Hex color #E875E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E875E1 is #178A1E. Grayscale: #A3A3A3. Windows color (decimal): -1542687 or 14775784. OLE color: 14775784.

HSL color Cylindrical-coordinate representation of color #E875E1: hue angle of 303.65º 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 #E875E1 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB232117225-
CMYK00.500.030.09
HSL303.65º71.43%68.43%-
HSV(B)303.65º49.57%90.98%-
XYZ53.2335.3175.25-
YUV163.7162.6176.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 40.42%
GREEN value IS 117 (46.09% from 255) = 20.38%
BLUE value IS 225 (88.28% from 255) = 39.20%
R=40.42%
G=20.38%
B=39.20%

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
Decimal23211722500.500.030.09303.6571.4368.43
HexE875E1032391304744
Octal350165341062311460107104
Binary11101000111010111100001011001011100110011000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E875E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E875E1; }

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

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

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

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

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

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

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

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