Html Css Color HEX #EC70D6 Orchid

📋 copy color: '#EC70D6'

red 236 ◦ green 112 ◦ blue 214

#EC70D6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #EC70D6

Tints of Orchid #EC70D6

RGB

 RED value IS 236 (92.58% from 255) = 41.99%

 GREEN value IS 112 (44.14% from 255) = 19.93%

 BLUE value IS 214 (83.98% from 255) = 38.08%

R = 41.99%
G = 19.93%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#EC70D6 (or 0xEC70D6) is known color: Orchid. HEX triplet: EC, 70 and D6. RGB value is (236,112,214). Sum of RGB (Red+Green+Blue) = 236+112+214=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 112 (44.14% from 255 or 19.93% from 562); Blue value is 214 (83.98% from 255 or 38.08% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70D6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70D6 is #138F29. Grayscale: #A0A0A0. Windows color (decimal): -1281834 or 14053612. OLE color: 14053612.

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

Color convert

RGB 236 112 214 -
CMYK 0 0.53 0.09 0.07
HSL 310.65º 0.77% 0.68% -
HSV(B) 310.65º 0.53% 0.93% -
XYZ 52.52 34.28 67.47 -
YUV 160.7 158.08 181.71 -
System Red Green Blue C M Y K H S L
Decimal 236 112 214 0 0.53 0.09 0.07 310.65 0.77 0.68
Hex EC 70 D6 0 35 9 7 137 4D 44
Octal 354 160 326 0 65 11 7 467 115 104
Binary 11101100 1110000 11010110 0 110101 1001 111 100110111 1001101 1000100

Color Harmonies of #EC70D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70D6

Black with #EC70D6

Text Example


Text Example

White with #EC70D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70D6; }

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

 H1.HeaderClassName
 {
   color: #EC70D6;
 }
 .AnyTagClassName
 {
   color: #EC70D6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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