#E289CF

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

Shades of Orchid #E289CF

Tints of Orchid #E289CF

Color information

#E289CF (or 0xE289CF) is unknown color: approx Orchid. HEX triplet: E2, 89 and CF. RGB value is (226,137,207). Sum of RGB (Red+Green+Blue) = 226+137+207=570 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.65% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 207 (81.25% from 255 or 36.32% from 570); Max value from RGB is 226 - color contains mainly: red. Hex color #E289CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E289CF is #1D7630. Grayscale: #ABABAB. Windows color (decimal): -1930801 or 13601250. OLE color: 13601250.

HSL color Cylindrical-coordinate representation of color #E289CF: hue angle of 312.81º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E289CF is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB226137207-
CMYK00.390.080.11
HSL312.81º60.54%71.18%-
HSV(B)312.81º39.38%88.63%-
XYZ51.5738.5763.76-
YUV171.59147.99166.81-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 39.65%
GREEN value IS 137 (53.91% from 255) = 24.04%
BLUE value IS 207 (81.25% from 255) = 36.32%
R=39.65%
G=24.04%
B=36.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22613720700.390.080.11312.8160.5471.18
HexE289CF0278B1393d47
Octal342211317047101347175107
Binary1110001010001001110011110100111100010111001110011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E289CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E289CF; }

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

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

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

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

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

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

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

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