#EC70DB

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

Shades of Orchid #EC70DB

Tints of Orchid #EC70DB

Color information

#EC70DB (or 0xEC70DB) is unknown color: approx Orchid. HEX triplet: EC, 70 and DB. RGB value is (236,112,219). Sum of RGB (Red+Green+Blue) = 236+112+219=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 112 (44.14% from 255 or 19.75% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70DB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70DB is #138F24. Grayscale: #A0A0A0. Windows color (decimal): -1281829 or 14381292. OLE color: 14381292.

HSL color Cylindrical-coordinate representation of color #EC70DB: hue angle of 308.23º 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 #EC70DB is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB236112219-
CMYK00.530.070.07
HSL308.23º76.54%68.24%-
HSV(B)308.23º52.54%92.55%-
XYZ53.1734.5470.88-
YUV161.27160.58181.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.62%
GREEN value IS 112 (44.14% from 255) = 19.75%
BLUE value IS 219 (85.94% from 255) = 38.62%
R=41.62%
G=19.75%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23611221900.530.070.07308.2376.5468.24
HexEC70DB035771344d44
Octal35416033306577464115104
Binary11101100111000011011011011010111111110011010010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC70DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC70DB; }

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

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

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

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

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

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

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

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