Html Css Color HEX #E430FE Psychedelic Purple

📋 copy color: '#E430FE'

red 228 ◦ green 48 ◦ blue 254

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

Shades of Psychedelic Purple #E430FE

Tints of Psychedelic Purple #E430FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 47.92%

R = 43.02%
G = 9.06%
B = 47.92%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E430FE (or 0xE430FE) is known color: Psychedelic Purple. HEX triplet: E4, 30 and FE. RGB value is (228,48,254). Sum of RGB (Red+Green+Blue) = 228+48+254=530 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.02% from 530); Green value is 48 (19.14% from 255 or 9.06% from 530); Blue value is 254 (99.61% from 255 or 47.92% from 530); Max value from RGB is 254 - color contains mainly: blue. Hex color #E430FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E430FE is #1BCF01. Grayscale: #7C7C7C. Windows color (decimal): -1822466 or 16658660. OLE color: 16658660.

HSL color Cylindrical-coordinate representation of color #E430FE: hue angle of 292.43º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E430FE is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 228 48 254 -
CMYK 0.10 0.81 0 0.00
HSL 292.43º 0.99% 0.59% -
HSV(B) 292.43º 0.81% 1% -
XYZ 50.94 25.76 96.05 -
YUV 125.3 200.63 201.25 -
System Red Green Blue C M Y K H S L
Decimal 228 48 254 0.10 0.81 0 0.00 292.43 0.99 0.59
Hex E4 30 FE A 51 0 0 124 63 3B
Octal 344 60 376 12 121 0 0 444 143 73
Binary 11100100 110000 11111110 1010 1010001 0 0 100100100 1100011 111011

Color Harmonies of #E430FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E430FE

Black with #E430FE

Text Example


Text Example

White with #E430FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E430FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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