Html Css Color HEX #E42FFB Psychedelic Purple

📋 copy color: '#E42FFB'

red 228 ◦ green 47 ◦ blue 251

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

Shades of Psychedelic Purple #E42FFB

Tints of Psychedelic Purple #E42FFB

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.94%

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

R = 43.35%
G = 8.94%
B = 47.72%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E42FFB (or 0xE42FFB) is known color: Psychedelic Purple. HEX triplet: E4, 2F and FB. RGB value is (228,47,251). Sum of RGB (Red+Green+Blue) = 228+47+251=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 47 (18.75% from 255 or 8.94% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 251 - color contains mainly: blue. Hex color #E42FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42FFB is #1BD004. Grayscale: #7B7B7B. Windows color (decimal): -1822725 or 16461796. OLE color: 16461796.

HSL color Cylindrical-coordinate representation of color #E42FFB: hue angle of 293.24º degrees, saturation: 0.96, 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 #E42FFB is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 47 251 -
CMYK 0.09 0.81 0 0.02
HSL 293.24º 0.96% 0.58% -
HSV(B) 293.24º 0.81% 0.98% -
XYZ 50.42 25.49 93.53 -
YUV 124.38 199.47 201.91 -
System Red Green Blue C M Y K H S L
Decimal 228 47 251 0.09 0.81 0 0.02 293.24 0.96 0.58
Hex E4 2F FB 9 51 0 2 125 60 3A
Octal 344 57 373 11 121 0 2 445 140 72
Binary 11100100 101111 11111011 1001 1010001 0 10 100100101 1100000 111010

Color Harmonies of #E42FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42FFB

Black with #E42FFB

Text Example


Text Example

White with #E42FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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