#EB77D0

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

Shades of Orchid #EB77D0

Tints of Orchid #EB77D0

Color information

#EB77D0 (or 0xEB77D0) is unknown color: approx Orchid. HEX triplet: EB, 77 and D0. RGB value is (235,119,208). Sum of RGB (Red+Green+Blue) = 235+119+208=562 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.81% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77D0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77D0 is #14882F. Grayscale: #A3A3A3. Windows color (decimal): -1345584 or 13662187. OLE color: 13662187.

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

Color convert

RGB235119208-
CMYK00.490.110.08
HSL313.97º74.36%69.41%-
HSV(B)313.97º49.36%92.16%-
XYZ52.2435.4163.76-
YUV163.83152.93178.76-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.81%
GREEN value IS 119 (46.88% from 255) = 21.17%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=41.81%
G=21.17%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511920800.490.110.08313.9774.3669.41
HexEB77D0031B813a4a45
Octal3531673200611310472112105
Binary1110101111101111101000001100011011100010011101010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB77D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB77D0; }

 p { color: rgb(235,119,208); }

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

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

 a { background-color: rgb(235,119,208); }

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

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

 span { border-color: rgb(235,119,208); }

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