Html Css Color HEX #E430F9 Psychedelic Purple

📋 copy color: '#E430F9'

red 228 ◦ green 48 ◦ blue 249

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

Shades of Psychedelic Purple #E430F9

Tints of Psychedelic Purple #E430F9

RGB

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

 GREEN value IS 48 (19.14% from 255) = 9.14%

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

R = 43.43%
G = 9.14%
B = 47.43%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E430F9 (or 0xE430F9) is known color: Psychedelic Purple. HEX triplet: E4, 30 and F9. RGB value is (228,48,249). Sum of RGB (Red+Green+Blue) = 228+48+249=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 48 (19.14% from 255 or 9.14% from 525); Blue value is 249 (97.66% from 255 or 47.43% from 525); Max value from RGB is 249 - color contains mainly: blue. Hex color #E430F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E430F9 is #1BCF06. Grayscale: #7C7C7C. Windows color (decimal): -1822471 or 16330980. OLE color: 16330980.

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

Color convert

RGB 228 48 249 -
CMYK 0.08 0.81 0 0.02
HSL 293.73º 0.94% 0.58% -
HSV(B) 293.73º 0.81% 0.98% -
XYZ 50.15 25.45 91.89 -
YUV 124.73 198.13 201.66 -
System Red Green Blue C M Y K H S L
Decimal 228 48 249 0.08 0.81 0 0.02 293.73 0.94 0.58
Hex E4 30 F9 8 51 0 2 126 5E 3A
Octal 344 60 371 10 121 0 2 446 136 72
Binary 11100100 110000 11111001 1000 1010001 0 10 100100110 1011110 111010

Color Harmonies of #E430F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E430F9

Black with #E430F9

Text Example


Text Example

White with #E430F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E430F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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