Html Css Color HEX #700EDE Electric Indigo

📋 copy color: '#700EDE'

red 112 ◦ green 14 ◦ blue 222

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

Shades of Electric Indigo #700EDE

Tints of Electric Indigo #700EDE

RGB

 RED value IS 112 (44.14% from 255) = 32.18%

 GREEN value IS 14 (5.86% from 255) = 4.02%

 BLUE value IS 222 (87.11% from 255) = 63.79%

R = 32.18%
G = 4.02%
B = 63.79%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#700EDE (or 0x700EDE) is known color: Electric Indigo. HEX triplet: 70, 0E and DE. RGB value is (112,14,222). Sum of RGB (Red+Green+Blue) = 112+14+222=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 14 (5.86% from 255 or 4.02% from 348); Blue value is 222 (87.11% from 255 or 63.79% from 348); Max value from RGB is 222 - color contains mainly: blue. Hex color #700EDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #700EDE is #8FF121. Grayscale: #424242. Windows color (decimal): -9433378 or 14552688. OLE color: 14552688.

HSL color Cylindrical-coordinate representation of color #700EDE: hue angle of 268.27º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #700EDE is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 14 222 -
CMYK 0.50 0.94 0 0.13
HSL 268.27º 0.88% 0.46% -
HSV(B) 268.27º 0.94% 0.87% -
XYZ 20.02 9.03 69.8 -
YUV 67.01 215.47 160.09 -
System Red Green Blue C M Y K H S L
Decimal 112 14 222 0.50 0.94 0 0.13 268.27 0.88 0.46
Hex 70 E DE 32 5E 0 D 10C 58 2E
Octal 160 16 336 62 136 0 15 414 130 56
Binary 1110000 1110 11011110 110010 1011110 0 1101 100001100 1011000 101110

Color Harmonies of #700EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700EDE

Black with #700EDE

Text Example


Text Example

White with #700EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700EDE; }

 p { color: rgb(112,14,222); }

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

background-color css

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

 a { background-color: rgb(112,14,222); }

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

border-color css

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

 span { border-color: rgb(112,14,222); }

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