Html Css Color HEX #E422F6 Psychedelic Purple

📋 copy color: '#E422F6'

red 228 ◦ green 34 ◦ blue 246

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

Shades of Psychedelic Purple #E422F6

Tints of Psychedelic Purple #E422F6

RGB

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

 GREEN value IS 34 (13.67% from 255) = 6.69%

 BLUE value IS 246 (96.48% from 255) = 48.43%

R = 44.88%
G = 6.69%
B = 48.43%

CMYK

 C value IS 0.07

 M value IS 0.86

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E422F6 (or 0xE422F6) is known color: Psychedelic Purple. HEX triplet: E4, 22 and F6. RGB value is (228,34,246). Sum of RGB (Red+Green+Blue) = 228+34+246=508 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.88% from 508); Green value is 34 (13.67% from 255 or 6.69% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #E422F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E422F6 is #1BDD09. Grayscale: #737373. Windows color (decimal): -1826058 or 16130788. OLE color: 16130788.

HSL color Cylindrical-coordinate representation of color #E422F6: hue angle of 294.91º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E422F6 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 228 34 246 -
CMYK 0.07 0.86 0 0.04
HSL 294.91º 0.92% 0.55% -
HSV(B) 294.91º 0.86% 0.96% -
XYZ 49.2 24.29 89.28 -
YUV 116.17 201.27 207.76 -
System Red Green Blue C M Y K H S L
Decimal 228 34 246 0.07 0.86 0 0.04 294.91 0.92 0.55
Hex E4 22 F6 7 56 0 4 127 5C 37
Octal 344 42 366 7 126 0 4 447 134 67
Binary 11100100 100010 11110110 111 1010110 0 100 100100111 1011100 110111

Color Harmonies of #E422F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E422F6

Black with #E422F6

Text Example


Text Example

White with #E422F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E422F6; }

 p { color: rgb(228,34,246); }

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

background-color css

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

 a { background-color: rgb(228,34,246); }

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

border-color css

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

 span { border-color: rgb(228,34,246); }

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