#EB72D3

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

Shades of Orchid #EB72D3

Tints of Orchid #EB72D3

Color information

#EB72D3 (or 0xEB72D3) is unknown color: approx Orchid. HEX triplet: EB, 72 and D3. RGB value is (235,114,211). Sum of RGB (Red+Green+Blue) = 235+114+211=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 114 (44.92% from 255 or 20.36% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB72D3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB72D3 is #148D2C. Grayscale: #A0A0A0. Windows color (decimal): -1346861 or 13857515. OLE color: 13857515.

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

Color convert

RGB235114211-
CMYK00.510.100.08
HSL311.9º75.16%68.43%-
HSV(B)311.9º51.49%92.16%-
XYZ52.0434.465.53-
YUV161.24156.09180.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 114 (44.92% from 255) = 20.36%
BLUE value IS 211 (82.81% from 255) = 37.68%
R=41.96%
G=20.36%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511421100.510.100.08311.975.1668.43
HexEB72D3033A81384b44
Octal3531623230631210470113104
Binary1110101111100101101001101100111010100010011100010010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB72D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB72D3; }

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

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

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

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

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

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

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

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