#EB73DF

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

Shades of Orchid #EB73DF

Tints of Orchid #EB73DF

Color information

#EB73DF (or 0xEB73DF) is unknown color: approx Orchid. HEX triplet: EB, 73 and DF. RGB value is (235,115,223). Sum of RGB (Red+Green+Blue) = 235+115+223=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 115 (45.31% from 255 or 20.07% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73DF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73DF is #148C20. Grayscale: #A2A2A2. Windows color (decimal): -1346593 or 14644203. OLE color: 14644203.

HSL color Cylindrical-coordinate representation of color #EB73DF: hue angle of 306º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB73DF is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB235115223-
CMYK00.510.050.08
HSL306º75%68.63%-
HSV(B)306º51.06%92.16%-
XYZ53.7135.2573.79-
YUV163.19161.76179.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 115 (45.31% from 255) = 20.07%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=41.01%
G=20.07%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511522300.510.050.083067568.63
HexEB73DF033581324b45
Octal353163337063510462113105
Binary111010111110011110111110110011101100010011001010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB73DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB73DF; }

 p { color: rgb(235,115,223); }

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

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

 a { background-color: rgb(235,115,223); }

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

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

 span { border-color: rgb(235,115,223); }

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