#E671E2

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

Shades of Orchid #E671E2

Tints of Orchid #E671E2

Color information

#E671E2 (or 0xE671E2) is unknown color: approx Orchid. HEX triplet: E6, 71 and E2. RGB value is (230,113,226). Sum of RGB (Red+Green+Blue) = 230+113+226=569 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.42% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 226 (88.67% from 255 or 39.72% from 569); Max value from RGB is 230 - color contains mainly: red. Hex color #E671E2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E671E2 is #198E1D. Grayscale: #A0A0A0. Windows color (decimal): -1674782 or 14840294. OLE color: 14840294.

HSL color Cylindrical-coordinate representation of color #E671E2: hue angle of 302.05º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E671E2 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.10.

Color convert

RGB230113226-
CMYK00.510.020.10
HSL302.05º70.06%67.25%-
HSV(B)302.05º50.87%90.2%-
XYZ52.2734.1275.78-
YUV160.86164.76177.31-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 40.42%
GREEN value IS 113 (44.53% from 255) = 19.86%
BLUE value IS 226 (88.67% from 255) = 39.72%
R=40.42%
G=19.86%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.02
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23011322600.510.020.10302.0570.0667.25
HexE671E20332A12e4643
Octal346161342063212456106103
Binary11100110111000111100010011001110101010010111010001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E671E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E671E2; }

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

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

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

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

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

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

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

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