#E771E1

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

Shades of Orchid #E771E1

Tints of Orchid #E771E1

Color information

#E771E1 (or 0xE771E1) is unknown color: approx Orchid. HEX triplet: E7, 71 and E1. RGB value is (231,113,225). Sum of RGB (Red+Green+Blue) = 231+113+225=569 (75% of max value = 765). Red value is 231 (90.62% from 255 or 40.60% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 225 (88.28% from 255 or 39.54% from 569); Max value from RGB is 231 - color contains mainly: red. Hex color #E771E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771E1 is #188E1E. Grayscale: #A0A0A0. Windows color (decimal): -1609247 or 14774759. OLE color: 14774759.

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

Color convert

RGB231113225-
CMYK00.510.030.09
HSL303.05º71.08%67.45%-
HSV(B)303.05º51.08%90.59%-
XYZ52.4534.2475.08-
YUV161.05164.09177.89-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 40.60%
GREEN value IS 113 (44.53% from 255) = 19.86%
BLUE value IS 225 (88.28% from 255) = 39.54%
R=40.60%
G=19.86%
B=39.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23111322500.510.030.09303.0571.0867.45
HexE771E10333912f4743
Octal347161341063311457107103
Binary11100111111000111100001011001111100110010111110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E771E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E771E1; }

 p { color: rgb(231,113,225); }

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

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

 a { background-color: rgb(231,113,225); }

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

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

 span { border-color: rgb(231,113,225); }

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