#EB77DB

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

Shades of Orchid #EB77DB

Tints of Orchid #EB77DB

Color information

#EB77DB (or 0xEB77DB) is unknown color: approx Orchid. HEX triplet: EB, 77 and DB. RGB value is (235,119,219). Sum of RGB (Red+Green+Blue) = 235+119+219=573 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.01% from 573); Green value is 119 (46.88% from 255 or 20.77% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 235 - color contains mainly: red. Hex color #EB77DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB77DB is #148824. Grayscale: #A4A4A4. Windows color (decimal): -1345573 or 14383083. OLE color: 14383083.

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

Color convert

RGB235119219-
CMYK00.490.070.08
HSL308.28º74.36%69.41%-
HSV(B)308.28º49.36%92.16%-
XYZ53.6435.9771.13-
YUV165.08158.43177.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.01%
GREEN value IS 119 (46.88% from 255) = 20.77%
BLUE value IS 219 (85.94% from 255) = 38.22%
R=41.01%
G=20.77%
B=38.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511921900.490.070.08308.2874.3669.41
HexEB77DB031781344a45
Octal353167333061710464112105
Binary111010111110111110110110110001111100010011010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB77DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB77DB; }

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

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

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

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

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

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

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

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