Html Css Color HEX #E42FF2 Psychedelic Purple

📋 copy color: '#E42FF2'

red 228 ◦ green 47 ◦ blue 242

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

Shades of Psychedelic Purple #E42FF2

Tints of Psychedelic Purple #E42FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.81%

R = 44.1%
G = 9.09%
B = 46.81%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E42FF2 (or 0xE42FF2) is known color: Psychedelic Purple. HEX triplet: E4, 2F and F2. RGB value is (228,47,242). Sum of RGB (Red+Green+Blue) = 228+47+242=517 (68% of max value = 765). Red value is 228 (89.45% from 255 or 44.10% from 517); Green value is 47 (18.75% from 255 or 9.09% from 517); Blue value is 242 (94.92% from 255 or 46.81% from 517); Max value from RGB is 242 - color contains mainly: blue. Hex color #E42FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42FF2 is #1BD00D. Grayscale: #7A7A7A. Windows color (decimal): -1822734 or 15871972. OLE color: 15871972.

HSL color Cylindrical-coordinate representation of color #E42FF2: hue angle of 295.69º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E42FF2 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 228 47 242 -
CMYK 0.06 0.81 0 0.05
HSL 295.69º 0.88% 0.57% -
HSV(B) 295.69º 0.81% 0.95% -
XYZ 49.04 24.94 86.23 -
YUV 123.35 194.97 202.64 -
System Red Green Blue C M Y K H S L
Decimal 228 47 242 0.06 0.81 0 0.05 295.69 0.88 0.57
Hex E4 2F F2 6 51 0 5 128 58 39
Octal 344 57 362 6 121 0 5 450 130 71
Binary 11100100 101111 11110010 110 1010001 0 101 100101000 1011000 111001

Color Harmonies of #E42FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42FF2

Black with #E42FF2

Text Example


Text Example

White with #E42FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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