Html Css Color HEX #E42AF3 Psychedelic Purple

📋 copy color: '#E42AF3'

red 228 ◦ green 42 ◦ blue 243

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

Shades of Psychedelic Purple #E42AF3

Tints of Psychedelic Purple #E42AF3

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.19%

 BLUE value IS 243 (95.31% from 255) = 47.37%

R = 44.44%
G = 8.19%
B = 47.37%

CMYK

 C value IS 0.06

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E42AF3 (or 0xE42AF3) is known color: Psychedelic Purple. HEX triplet: E4, 2A and F3. RGB value is (228,42,243). Sum of RGB (Red+Green+Blue) = 228+42+243=513 (67% of max value = 765). Red value is 228 (89.45% from 255 or 44.44% from 513); Green value is 42 (16.80% from 255 or 8.19% from 513); Blue value is 243 (95.31% from 255 or 47.37% from 513); Max value from RGB is 243 - color contains mainly: blue. Hex color #E42AF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42AF3 is #1BD50C. Grayscale: #777777. Windows color (decimal): -1824013 or 15936228. OLE color: 15936228.

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

Color convert

RGB 228 42 243 -
CMYK 0.06 0.83 0 0.05
HSL 295.52º 0.89% 0.56% -
HSV(B) 295.52º 0.83% 0.95% -
XYZ 49 24.62 86.96 -
YUV 120.53 197.12 204.66 -
System Red Green Blue C M Y K H S L
Decimal 228 42 243 0.06 0.83 0 0.05 295.52 0.89 0.56
Hex E4 2A F3 6 53 0 5 128 59 38
Octal 344 52 363 6 123 0 5 450 131 70
Binary 11100100 101010 11110011 110 1010011 0 101 100101000 1011001 111000

Color Harmonies of #E42AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42AF3

Black with #E42AF3

Text Example


Text Example

White with #E42AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42AF3; }

 p { color: rgb(228,42,243); }

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

background-color css

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

 a { background-color: rgb(228,42,243); }

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

border-color css

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

 span { border-color: rgb(228,42,243); }

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