#EB73D8

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

Shades of Orchid #EB73D8

Tints of Orchid #EB73D8

Color information

#EB73D8 (or 0xEB73D8) is unknown color: approx Orchid. HEX triplet: EB, 73 and D8. RGB value is (235,115,216). Sum of RGB (Red+Green+Blue) = 235+115+216=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 216 (84.77% from 255 or 38.16% from 566); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73D8 is #148C27. Grayscale: #A2A2A2. Windows color (decimal): -1346600 or 14185451. OLE color: 14185451.

HSL color Cylindrical-coordinate representation of color #EB73D8: hue angle of 309.5º 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 #EB73D8 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB235115216-
CMYK00.510.080.08
HSL309.5º75%68.63%-
HSV(B)309.5º51.06%92.16%-
XYZ52.7934.8868.92-
YUV162.39158.26179.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 115 (45.31% from 255) = 20.32%
BLUE value IS 216 (84.77% from 255) = 38.16%
R=41.52%
G=20.32%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511521600.510.080.08309.57568.63
HexEB73D8033881364b45
Octal3531633300631010466113105
Binary1110101111100111101100001100111000100010011011010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB73D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB73D8; }

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

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

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

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

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

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

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

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