#EB76D6

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

Shades of Orchid #EB76D6

Tints of Orchid #EB76D6

Color information

#EB76D6 (or 0xEB76D6) is unknown color: approx Orchid. HEX triplet: EB, 76 and D6. RGB value is (235,118,214). Sum of RGB (Red+Green+Blue) = 235+118+214=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 118 (46.48% from 255 or 20.81% from 567); Blue value is 214 (83.98% from 255 or 37.74% from 567); Max value from RGB is 235 - color contains mainly: red. Hex color #EB76D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB76D6 is #148929. Grayscale: #A3A3A3. Windows color (decimal): -1345834 or 14055147. OLE color: 14055147.

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

Color convert

RGB235118214-
CMYK00.500.090.08
HSL310.77º74.52%69.22%-
HSV(B)310.77º49.79%92.16%-
XYZ52.8835.4767.68-
YUV163.93156.26178.69-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 118 (46.48% from 255) = 20.81%
BLUE value IS 214 (83.98% from 255) = 37.74%
R=41.45%
G=20.81%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511821400.500.090.08310.7774.5269.22
HexEB76D6032981374b45
Octal3531663260621110467113105
Binary1110101111101101101011001100101001100010011011110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB76D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB76D6; }

 p { color: rgb(235,118,214); }

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

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

 a { background-color: rgb(235,118,214); }

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

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

 span { border-color: rgb(235,118,214); }

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