#EB71D9

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

Shades of Orchid #EB71D9

Tints of Orchid #EB71D9

Color information

#EB71D9 (or 0xEB71D9) is unknown color: approx Orchid. HEX triplet: EB, 71 and D9. RGB value is (235,113,217). Sum of RGB (Red+Green+Blue) = 235+113+217=565 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.59% from 565); Green value is 113 (44.53% from 255 or 20% from 565); Blue value is 217 (85.16% from 255 or 38.41% from 565); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71D9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71D9 is #148E26. Grayscale: #A1A1A1. Windows color (decimal): -1347111 or 14250475. OLE color: 14250475.

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

Color convert

RGB235113217-
CMYK00.520.080.08
HSL308.85º75.31%68.24%-
HSV(B)308.85º51.91%92.16%-
XYZ52.6934.4869.52-
YUV161.33159.42180.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.59%
GREEN value IS 113 (44.53% from 255) = 20%
BLUE value IS 217 (85.16% from 255) = 38.41%
R=41.59%
G=20%
B=38.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511321700.520.080.08308.8575.3168.24
HexEB71D9034881354b44
Octal3531613310641010465113104
Binary1110101111100011101100101101001000100010011010110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB71D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB71D9; }

 p { color: rgb(235,113,217); }

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

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

 a { background-color: rgb(235,113,217); }

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

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

 span { border-color: rgb(235,113,217); }

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