Html Css Color HEX #E42EFD Psychedelic Purple

📋 copy color: '#E42EFD'

red 228 ◦ green 46 ◦ blue 253

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

Shades of Psychedelic Purple #E42EFD

Tints of Psychedelic Purple #E42EFD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.73%

 BLUE value IS 253 (99.22% from 255) = 48.01%

R = 43.26%
G = 8.73%
B = 48.01%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E42EFD (or 0xE42EFD) is known color: Psychedelic Purple. HEX triplet: E4, 2E and FD. RGB value is (228,46,253). Sum of RGB (Red+Green+Blue) = 228+46+253=527 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.26% from 527); Green value is 46 (18.36% from 255 or 8.73% from 527); Blue value is 253 (99.22% from 255 or 48.01% from 527); Max value from RGB is 253 - color contains mainly: blue. Hex color #E42EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42EFD is #1BD102. Grayscale: #7B7B7B. Windows color (decimal): -1822979 or 16592612. OLE color: 16592612.

HSL color Cylindrical-coordinate representation of color #E42EFD: hue angle of 292.75º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E42EFD is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 46 253 -
CMYK 0.10 0.82 0 0.01
HSL 292.75º 0.98% 0.59% -
HSV(B) 292.75º 0.82% 0.99% -
XYZ 50.7 25.54 95.19 -
YUV 124.02 200.8 202.17 -
System Red Green Blue C M Y K H S L
Decimal 228 46 253 0.10 0.82 0 0.01 292.75 0.98 0.59
Hex E4 2E FD A 52 0 1 125 62 3B
Octal 344 56 375 12 122 0 1 445 142 73
Binary 11100100 101110 11111101 1010 1010010 0 1 100100101 1100010 111011

Color Harmonies of #E42EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42EFD

Black with #E42EFD

Text Example


Text Example

White with #E42EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42EFD; }

 p { color: rgb(228,46,253); }

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

background-color css

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

 a { background-color: rgb(228,46,253); }

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

border-color css

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

 span { border-color: rgb(228,46,253); }

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