Html Css Color HEX #E42DFA Psychedelic Purple

📋 copy color: '#E42DFA'

red 228 ◦ green 45 ◦ blue 250

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

Shades of Psychedelic Purple #E42DFA

Tints of Psychedelic Purple #E42DFA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.6%

 BLUE value IS 250 (98.05% from 255) = 47.8%

R = 43.59%
G = 8.6%
B = 47.8%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E42DFA (or 0xE42DFA) is known color: Psychedelic Purple. HEX triplet: E4, 2D and FA. RGB value is (228,45,250). Sum of RGB (Red+Green+Blue) = 228+45+250=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 45 (17.97% from 255 or 8.60% from 523); Blue value is 250 (98.05% from 255 or 47.80% from 523); Max value from RGB is 250 - color contains mainly: blue. Hex color #E42DFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42DFA is #1BD205. Grayscale: #7A7A7A. Windows color (decimal): -1823238 or 16395748. OLE color: 16395748.

HSL color Cylindrical-coordinate representation of color #E42DFA: hue angle of 293.56º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42DFA is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 45 250 -
CMYK 0.09 0.82 0 0.02
HSL 293.56º 0.95% 0.58% -
HSV(B) 293.56º 0.82% 0.98% -
XYZ 50.19 25.27 92.68 -
YUV 123.09 199.63 202.83 -
System Red Green Blue C M Y K H S L
Decimal 228 45 250 0.09 0.82 0 0.02 293.56 0.95 0.58
Hex E4 2D FA 9 52 0 2 126 5F 3A
Octal 344 55 372 11 122 0 2 446 137 72
Binary 11100100 101101 11111010 1001 1010010 0 10 100100110 1011111 111010

Color Harmonies of #E42DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42DFA

Black with #E42DFA

Text Example


Text Example

White with #E42DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42DFA; }

 p { color: rgb(228,45,250); }

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

background-color css

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

 a { background-color: rgb(228,45,250); }

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

border-color css

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

 span { border-color: rgb(228,45,250); }

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