#EC70DA

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

Shades of Orchid #EC70DA

Tints of Orchid #EC70DA

Color information

#EC70DA (or 0xEC70DA) is unknown color: approx Orchid. HEX triplet: EC, 70 and DA. RGB value is (236,112,218). Sum of RGB (Red+Green+Blue) = 236+112+218=566 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.70% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 218 (85.55% from 255 or 38.52% from 566); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70DA is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70DA is #138F25. Grayscale: #A0A0A0. Windows color (decimal): -1281830 or 14315756. OLE color: 14315756.

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

Color convert

RGB236112218-
CMYK00.530.080.07
HSL308.71º76.54%68.24%-
HSV(B)308.71º52.54%92.55%-
XYZ53.0434.4870.19-
YUV161.16160.08181.38-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.70%
GREEN value IS 112 (44.14% from 255) = 19.79%
BLUE value IS 218 (85.55% from 255) = 38.52%
R=41.70%
G=19.79%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611221800.530.080.07308.7176.5468.24
HexEC70DA035871354d44
Octal354160332065107465115104
Binary111011001110000110110100110101100011110011010110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC70DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC70DA; }

 p { color: rgb(236,112,218); }

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

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

 a { background-color: rgb(236,112,218); }

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

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

 span { border-color: rgb(236,112,218); }

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