#EB73E1

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

Shades of Orchid #EB73E1

Tints of Orchid #EB73E1

Color information

#EB73E1 (or 0xEB73E1) is unknown color: approx Orchid. HEX triplet: EB, 73 and E1. RGB value is (235,115,225). Sum of RGB (Red+Green+Blue) = 235+115+225=575 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.87% from 575); Green value is 115 (45.31% from 255 or 20% from 575); Blue value is 225 (88.28% from 255 or 39.13% from 575); Max value from RGB is 235 - color contains mainly: red. Hex color #EB73E1 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB73E1 is #148C1E. Grayscale: #A3A3A3. Windows color (decimal): -1346591 or 14775275. OLE color: 14775275.

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

Color convert

RGB235115225-
CMYK00.510.040.08
HSL305º75%68.63%-
HSV(B)305º51.06%92.16%-
XYZ53.9835.3675.21-
YUV163.42162.76179.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.87%
GREEN value IS 115 (45.31% from 255) = 20%
BLUE value IS 225 (88.28% from 255) = 39.13%
R=40.87%
G=20%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511522500.510.040.083057568.63
HexEB73E1033481314b45
Octal353163341063410461113105
Binary111010111110011111000010110011100100010011000110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB73E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB73E1; }

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

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

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

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

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

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

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

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