Html Css Color HEX #E424FB Psychedelic Purple

📋 copy color: '#E424FB'

red 228 ◦ green 36 ◦ blue 251

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

Shades of Psychedelic Purple #E424FB

Tints of Psychedelic Purple #E424FB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 6.99%

 BLUE value IS 251 (98.44% from 255) = 48.74%

R = 44.27%
G = 6.99%
B = 48.74%

CMYK

 C value IS 0.09

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E424FB (or 0xE424FB) is known color: Psychedelic Purple. HEX triplet: E4, 24 and FB. RGB value is (228,36,251). Sum of RGB (Red+Green+Blue) = 228+36+251=515 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.27% from 515); Green value is 36 (14.45% from 255 or 6.99% from 515); Blue value is 251 (98.44% from 255 or 48.74% from 515); Max value from RGB is 251 - color contains mainly: blue. Hex color #E424FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E424FB is #1BDB04. Grayscale: #757575. Windows color (decimal): -1825541 or 16458980. OLE color: 16458980.

HSL color Cylindrical-coordinate representation of color #E424FB: hue angle of 293.58º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E424FB is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 36 251 -
CMYK 0.09 0.86 0 0.02
HSL 293.58º 0.96% 0.56% -
HSV(B) 293.58º 0.86% 0.98% -
XYZ 50.04 24.72 93.4 -
YUV 117.92 203.11 206.52 -
System Red Green Blue C M Y K H S L
Decimal 228 36 251 0.09 0.86 0 0.02 293.58 0.96 0.56
Hex E4 24 FB 9 56 0 2 126 60 38
Octal 344 44 373 11 126 0 2 446 140 70
Binary 11100100 100100 11111011 1001 1010110 0 10 100100110 1100000 111000

Color Harmonies of #E424FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E424FB

Black with #E424FB

Text Example


Text Example

White with #E424FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E424FB; }

 p { color: rgb(228,36,251); }

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

background-color css

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

 a { background-color: rgb(228,36,251); }

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

border-color css

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

 span { border-color: rgb(228,36,251); }

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