#EF71D7

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

Shades of Orchid #EF71D7

Tints of Orchid #EF71D7

Color information

#EF71D7 (or 0xEF71D7) is unknown color: approx Orchid. HEX triplet: EF, 71 and D7. RGB value is (239,113,215). Sum of RGB (Red+Green+Blue) = 239+113+215=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EF71D7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF71D7 is #108E28. Grayscale: #A2A2A2. Windows color (decimal): -1084969 or 14119407. OLE color: 14119407.

HSL color Cylindrical-coordinate representation of color #EF71D7: hue angle of 311.43º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EF71D7 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.06.

Color convert

RGB239113215-
CMYK00.530.100.06
HSL311.43º79.75%69.02%-
HSV(B)311.43º52.72%93.73%-
XYZ53.7735.0768.22-
YUV162.3157.74182.71-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.15%
GREEN value IS 113 (44.53% from 255) = 19.93%
BLUE value IS 215 (84.38% from 255) = 37.92%
R=42.15%
G=19.93%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23911321500.530.100.06311.4379.7569.02
HexEF71D7035A61375045
Octal357161327065126467120105
Binary111011111110001110101110110101101011010011011110100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF71D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF71D7; }

 p { color: rgb(239,113,215); }

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

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

 a { background-color: rgb(239,113,215); }

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

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

 span { border-color: rgb(239,113,215); }

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