Html Css Color HEX #E42DFD Psychedelic Purple

📋 copy color: '#E42DFD'

red 228 ◦ green 45 ◦ blue 253

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

Shades of Psychedelic Purple #E42DFD

Tints of Psychedelic Purple #E42DFD

RGB

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

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

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

R = 43.35%
G = 8.56%
B = 48.1%

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

#E42DFD (or 0xE42DFD) is known color: Psychedelic Purple. HEX triplet: E4, 2D and FD. RGB value is (228,45,253). Sum of RGB (Red+Green+Blue) = 228+45+253=526 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.35% from 526); Green value is 45 (17.97% from 255 or 8.56% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #E42DFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42DFD is #1BD202. Grayscale: #7A7A7A. Windows color (decimal): -1823235 or 16592356. OLE color: 16592356.

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

Color convert

RGB 228 45 253 -
CMYK 0.10 0.82 0 0.01
HSL 292.79º 0.98% 0.58% -
HSV(B) 292.79º 0.82% 0.99% -
XYZ 50.66 25.46 95.17 -
YUV 123.43 201.13 202.59 -
System Red Green Blue C M Y K H S L
Decimal 228 45 253 0.10 0.82 0 0.01 292.79 0.98 0.58
Hex E4 2D FD A 52 0 1 125 62 3A
Octal 344 55 375 12 122 0 1 445 142 72
Binary 11100100 101101 11111101 1010 1010010 0 1 100100101 1100010 111010

Color Harmonies of #E42DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42DFD

Black with #E42DFD

Text Example


Text Example

White with #E42DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42DFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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