#E389CF

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

Shades of Orchid #E389CF

Tints of Orchid #E389CF

Color information

#E389CF (or 0xE389CF) is unknown color: approx Orchid. HEX triplet: E3, 89 and CF. RGB value is (227,137,207). Sum of RGB (Red+Green+Blue) = 227+137+207=571 (75% of max value = 765). Red value is 227 (89.06% from 255 or 39.75% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 227 - color contains mainly: red. Hex color #E389CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E389CF is #1C7630. Grayscale: #ABABAB. Windows color (decimal): -1865265 or 13601251. OLE color: 13601251.

HSL color Cylindrical-coordinate representation of color #E389CF: hue angle of 313.33º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E389CF is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB227137207-
CMYK00.400.090.11
HSL313.33º61.64%71.37%-
HSV(B)313.33º39.65%89.02%-
XYZ51.8938.7363.77-
YUV171.89147.82167.31-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 39.75%
GREEN value IS 137 (53.91% from 255) = 23.99%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=39.75%
G=23.99%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22713720700.400.090.11313.3361.6471.37
HexE389CF0289B1393e47
Octal343211317050111347176107
Binary1110001110001001110011110101000100110111001110011111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E389CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E389CF; }

 p { color: rgb(227,137,207); }

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

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

 a { background-color: rgb(227,137,207); }

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

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

 span { border-color: rgb(227,137,207); }

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