Html Css Color HEX #5E00EA Electric Indigo

📋 copy color: '#5E00EA'

red 94 ◦ green 0 ◦ blue 234

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

Shades of Electric Indigo #5E00EA

Tints of Electric Indigo #5E00EA

RGB

 RED value IS 94 (37.11% from 255) = 28.66%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 234 (91.8% from 255) = 71.34%

R = 28.66%
G = 0%
B = 71.34%

CMYK

 C value IS 0.60

 M value IS 1

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E00EA (or 0x5E00EA) is known color: Electric Indigo. HEX triplet: 5E, 00 and EA. RGB value is (94,0,234). Sum of RGB (Red+Green+Blue) = 94+0+234=328 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.66% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 234 (91.80% from 255 or 71.34% from 328); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E00EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E00EA is #A1FF15. Grayscale: #353535. Windows color (decimal): -10616598 or 15335518. OLE color: 15335518.

HSL color Cylindrical-coordinate representation of color #5E00EA: hue angle of 264.1º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E00EA is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 94 0 234 -
CMYK 0.60 1 0 0.08
HSL 264.1º 1% 0.46% -
HSV(B) 264.1º 1% 0.92% -
XYZ 19.47 8.32 78.42 -
YUV 54.78 229.14 155.97 -
System Red Green Blue C M Y K H S L
Decimal 94 0 234 0.60 1 0 0.08 264.1 1 0.46
Hex 5E 0 EA 3C 64 0 8 108 64 2E
Octal 136 0 352 74 144 0 10 410 144 56
Binary 1011110 0 11101010 111100 1100100 0 1000 100001000 1100100 101110

Color Harmonies of #5E00EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E00EA

Black with #5E00EA

Text Example


Text Example

White with #5E00EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E00EA; }

 p { color: rgb(94,0,234); }

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

background-color css

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

 a { background-color: rgb(94,0,234); }

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

border-color css

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

 span { border-color: rgb(94,0,234); }

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