Html Css Color HEX #E410F9 Psychedelic Purple

📋 copy color: '#E410F9'

red 228 ◦ green 16 ◦ blue 249

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

Shades of Psychedelic Purple #E410F9

Tints of Psychedelic Purple #E410F9

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.25%

 BLUE value IS 249 (97.66% from 255) = 50.51%

R = 46.25%
G = 3.25%
B = 50.51%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E410F9 (or 0xE410F9) is known color: Psychedelic Purple. HEX triplet: E4, 10 and F9. RGB value is (228,16,249). Sum of RGB (Red+Green+Blue) = 228+16+249=493 (65% of max value = 765). Red value is 228 (89.45% from 255 or 46.25% from 493); Green value is 16 (6.64% from 255 or 3.25% from 493); Blue value is 249 (97.66% from 255 or 50.51% from 493); Max value from RGB is 249 - color contains mainly: blue. Hex color #E410F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E410F9 is #1BEF06. Grayscale: #696969. Windows color (decimal): -1830663 or 16322788. OLE color: 16322788.

HSL color Cylindrical-coordinate representation of color #E410F9: hue angle of 294.59º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E410F9 is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 16 249 -
CMYK 0.08 0.94 0 0.02
HSL 294.59º 0.95% 0.52% -
HSV(B) 294.59º 0.94% 0.98% -
XYZ 49.28 23.7 91.6 -
YUV 105.95 208.74 215.05 -
System Red Green Blue C M Y K H S L
Decimal 228 16 249 0.08 0.94 0 0.02 294.59 0.95 0.52
Hex E4 10 F9 8 5E 0 2 127 5F 34
Octal 344 20 371 10 136 0 2 447 137 64
Binary 11100100 10000 11111001 1000 1011110 0 10 100100111 1011111 110100

Color Harmonies of #E410F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E410F9

Black with #E410F9

Text Example


Text Example

White with #E410F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E410F9; }

 p { color: rgb(228,16,249); }

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

background-color css

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

 a { background-color: rgb(228,16,249); }

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

border-color css

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

 span { border-color: rgb(228,16,249); }

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