#EB71D4

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

Shades of Orchid #EB71D4

Tints of Orchid #EB71D4

Color information

#EB71D4 (or 0xEB71D4) is unknown color: approx Orchid. HEX triplet: EB, 71 and D4. RGB value is (235,113,212). Sum of RGB (Red+Green+Blue) = 235+113+212=560 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.96% from 560); Green value is 113 (44.53% from 255 or 20.18% from 560); Blue value is 212 (83.20% from 255 or 37.86% from 560); Max value from RGB is 235 - color contains mainly: red. Hex color #EB71D4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EB71D4 is #148E2B. Grayscale: #A0A0A0. Windows color (decimal): -1347116 or 13922795. OLE color: 13922795.

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

Color convert

RGB235113212-
CMYK00.520.100.08
HSL311.31º75.31%68.24%-
HSV(B)311.31º51.91%92.16%-
XYZ52.0534.2366.15-
YUV160.76156.92180.95-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.96%
GREEN value IS 113 (44.53% from 255) = 20.18%
BLUE value IS 212 (83.20% from 255) = 37.86%
R=41.96%
G=20.18%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23511321200.520.100.08311.3175.3168.24
HexEB71D4034A81374b44
Octal3531613240641210467113104
Binary1110101111100011101010001101001010100010011011110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB71D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB71D4; }

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

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

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

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

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

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

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

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