Html Css Color HEX #EC70D8 Orchid

📋 copy color: '#EC70D8'

red 236 ◦ green 112 ◦ blue 216

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

Shades of Orchid #EC70D8

Tints of Orchid #EC70D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.3%

R = 41.84%
G = 19.86%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#EC70D8 (or 0xEC70D8) is known color: Orchid. HEX triplet: EC, 70 and D8. RGB value is (236,112,216). Sum of RGB (Red+Green+Blue) = 236+112+216=564 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.84% from 564); Green value is 112 (44.14% from 255 or 19.86% from 564); Blue value is 216 (84.77% from 255 or 38.30% from 564); Max value from RGB is 236 - color contains mainly: red. Hex color #EC70D8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EC70D8 is #138F27. Grayscale: #A0A0A0. Windows color (decimal): -1281832 or 14184684. OLE color: 14184684.

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

Color convert

RGB 236 112 216 -
CMYK 0 0.53 0.08 0.07
HSL 309.68º 0.77% 0.68% -
HSV(B) 309.68º 0.53% 0.93% -
XYZ 52.78 34.38 68.82 -
YUV 160.93 159.08 181.54 -
System Red Green Blue C M Y K H S L
Decimal 236 112 216 0 0.53 0.08 0.07 309.68 0.77 0.68
Hex EC 70 D8 0 35 8 7 136 4D 44
Octal 354 160 330 0 65 10 7 466 115 104
Binary 11101100 1110000 11011000 0 110101 1000 111 100110110 1001101 1000100

Color Harmonies of #EC70D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC70D8

Black with #EC70D8

Text Example


Text Example

White with #EC70D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC70D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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