Html Css Color HEX #E42EFB Psychedelic Purple

📋 copy color: '#E42EFB'

red 228 ◦ green 46 ◦ blue 251

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

Shades of Psychedelic Purple #E42EFB

Tints of Psychedelic Purple #E42EFB

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.76%

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

R = 43.43%
G = 8.76%
B = 47.81%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E42EFB (or 0xE42EFB) is known color: Psychedelic Purple. HEX triplet: E4, 2E and FB. RGB value is (228,46,251). Sum of RGB (Red+Green+Blue) = 228+46+251=525 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.43% from 525); Green value is 46 (18.36% from 255 or 8.76% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #E42EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42EFB is #1BD104. Grayscale: #7B7B7B. Windows color (decimal): -1822981 or 16461540. OLE color: 16461540.

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

Color convert

RGB 228 46 251 -
CMYK 0.09 0.82 0 0.02
HSL 293.27º 0.96% 0.58% -
HSV(B) 293.27º 0.82% 0.98% -
XYZ 50.38 25.41 93.52 -
YUV 123.79 199.8 202.33 -
System Red Green Blue C M Y K H S L
Decimal 228 46 251 0.09 0.82 0 0.02 293.27 0.96 0.58
Hex E4 2E FB 9 52 0 2 125 60 3A
Octal 344 56 373 11 122 0 2 445 140 72
Binary 11100100 101110 11111011 1001 1010010 0 10 100100101 1100000 111010

Color Harmonies of #E42EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42EFB

Black with #E42EFB

Text Example


Text Example

White with #E42EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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