#E971E2

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

Shades of Orchid #E971E2

Tints of Orchid #E971E2

Color information

#E971E2 (or 0xE971E2) is unknown color: approx Orchid. HEX triplet: E9, 71 and E2. RGB value is (233,113,226). Sum of RGB (Red+Green+Blue) = 233+113+226=572 (75% of max value = 765). Red value is 233 (91.41% from 255 or 40.73% from 572); Green value is 113 (44.53% from 255 or 19.76% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 233 - color contains mainly: red. Hex color #E971E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E971E2 is #168E1D. Grayscale: #A1A1A1. Windows color (decimal): -1478174 or 14840297. OLE color: 14840297.

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

Color convert

RGB233113226-
CMYK00.520.030.09
HSL303.5º73.17%67.84%-
HSV(B)303.5º51.5%91.37%-
XYZ53.2434.6275.83-
YUV161.76164.26178.81-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 40.73%
GREEN value IS 113 (44.53% from 255) = 19.76%
BLUE value IS 226 (88.67% from 255) = 39.51%
R=40.73%
G=19.76%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23311322600.520.030.09303.573.1767.84
HexE971E2034391304944
Octal351161342064311460111104
Binary11101001111000111100010011010011100110011000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E971E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E971E2; }

 p { color: rgb(233,113,226); }

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

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

 a { background-color: rgb(233,113,226); }

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

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

 span { border-color: rgb(233,113,226); }

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