Html Css Color HEX #E400F3 Psychedelic Purple

📋 copy color: '#E400F3'

red 228 ◦ green 0 ◦ blue 243

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

Shades of Psychedelic Purple #E400F3

Tints of Psychedelic Purple #E400F3

RGB

 RED value IS 228 (89.45% from 255) = 48.41%

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

 BLUE value IS 243 (95.31% from 255) = 51.59%

R = 48.41%
G = 0%
B = 51.59%

CMYK

 C value IS 0.06

 M value IS 1

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E400F3 (or 0xE400F3) is known color: Psychedelic Purple. HEX triplet: E4, 00 and F3. RGB value is (228,0,243). Sum of RGB (Red+Green+Blue) = 228+0+243=471 (62% of max value = 765). Red value is 228 (89.45% from 255 or 48.41% from 471); Green value is 0 (0.39% from 255 or 0% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #E400F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E400F3 is #1BFF0C. Grayscale: #5F5F5F. Windows color (decimal): -1834765 or 15925476. OLE color: 15925476.

HSL color Cylindrical-coordinate representation of color #E400F3: hue angle of 296.3º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E400F3 is Cyan = 0.06, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 0 243 -
CMYK 0.06 1 0 0.05
HSL 296.3º 1% 0.48% -
HSV(B) 296.3º 1% 0.95% -
XYZ 48.17 22.97 86.69 -
YUV 95.87 211.04 222.24 -
System Red Green Blue C M Y K H S L
Decimal 228 0 243 0.06 1 0 0.05 296.3 1 0.48
Hex E4 0 F3 6 64 0 5 128 64 30
Octal 344 0 363 6 144 0 5 450 144 60
Binary 11100100 0 11110011 110 1100100 0 101 100101000 1100100 110000

Color Harmonies of #E400F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E400F3

Black with #E400F3

Text Example


Text Example

White with #E400F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E400F3; }

 p { color: rgb(228,0,243); }

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

background-color css

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

 a { background-color: rgb(228,0,243); }

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

border-color css

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

 span { border-color: rgb(228,0,243); }

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