#EB72DB

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

Shades of Orchid #EB72DB

Tints of Orchid #EB72DB

Color information

#EB72DB (or 0xEB72DB) is unknown color: approx Orchid. HEX triplet: EB, 72 and DB. RGB value is (235,114,219). Sum of RGB (Red+Green+Blue) = 235+114+219=568 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.37% from 568); Green value is 114 (44.92% from 255 or 20.07% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72DB is #148D24. Grayscale: #A1A1A1. Windows color (decimal): -1346853 or 14381803. OLE color: 14381803.

HSL color Cylindrical-coordinate representation of color #EB72DB: hue angle of 307.93º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EB72DB is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB235114219-
CMYK00.510.070.08
HSL307.93º75.16%68.43%-
HSV(B)307.93º51.49%92.16%-
XYZ53.0634.8170.94-
YUV162.15160.09179.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.37%
GREEN value IS 114 (44.92% from 255) = 20.07%
BLUE value IS 219 (85.94% from 255) = 38.56%
R=41.37%
G=20.07%
B=38.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511421900.510.070.08307.9375.1668.43
HexEB72DB033781344b44
Octal353162333063710464113104
Binary111010111110010110110110110011111100010011010010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72DB; }

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

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

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

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

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

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

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

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