Html Css Color HEX #E42BFF Psychedelic Purple

📋 copy color: '#E42BFF'

red 228 ◦ green 43 ◦ blue 255

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

Shades of Psychedelic Purple #E42BFF

Tints of Psychedelic Purple #E42BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.17%

 BLUE value IS 255 (100% from 255) = 48.48%

R = 43.35%
G = 8.17%
B = 48.48%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E42BFF (or 0xE42BFF) is known color: Psychedelic Purple. HEX triplet: E4, 2B and FF. RGB value is (228,43,255). Sum of RGB (Red+Green+Blue) = 228+43+255=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 43 (17.19% from 255 or 8.17% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #E42BFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42BFF is #1BD400. Grayscale: #797979. Windows color (decimal): -1823745 or 16722916. OLE color: 16722916.

HSL color Cylindrical-coordinate representation of color #E42BFF: hue angle of 292.36º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E42BFF is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 228 43 255 -
CMYK 0.11 0.83 0 0
HSL 292.36º 1% 0.58% -
HSV(B) 292.36º 0.83% 1% -
XYZ 50.91 25.44 96.84 -
YUV 122.48 202.79 203.26 -
System Red Green Blue C M Y K H S L
Decimal 228 43 255 0.11 0.83 0 0 292.36 1 0.58
Hex E4 2B FF B 53 0 0 124 64 3A
Octal 344 53 377 13 123 0 0 444 144 72
Binary 11100100 101011 11111111 1011 1010011 0 0 100100100 1100100 111010

Color Harmonies of #E42BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42BFF

Black with #E42BFF

Text Example


Text Example

White with #E42BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42BFF; }

 p { color: rgb(228,43,255); }

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

background-color css

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

 a { background-color: rgb(228,43,255); }

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

border-color css

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

 span { border-color: rgb(228,43,255); }

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