Html Css Color HEX #E42AFD Psychedelic Purple

📋 copy color: '#E42AFD'

red 228 ◦ green 42 ◦ blue 253

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

Shades of Psychedelic Purple #E42AFD

Tints of Psychedelic Purple #E42AFD

RGB

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

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

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

R = 43.59%
G = 8.03%
B = 48.37%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E42AFD (or 0xE42AFD) is known color: Psychedelic Purple. HEX triplet: E4, 2A and FD. RGB value is (228,42,253). Sum of RGB (Red+Green+Blue) = 228+42+253=523 (69% of max value = 765). Red value is 228 (89.45% from 255 or 43.59% from 523); Green value is 42 (16.80% from 255 or 8.03% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #E42AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E42AFD is #1BD502. Grayscale: #797979. Windows color (decimal): -1824003 or 16591588. OLE color: 16591588.

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

Color convert

RGB 228 42 253 -
CMYK 0.10 0.83 0 0.01
HSL 292.89º 0.98% 0.58% -
HSV(B) 292.89º 0.83% 0.99% -
XYZ 50.55 25.24 95.14 -
YUV 121.67 202.12 203.84 -
System Red Green Blue C M Y K H S L
Decimal 228 42 253 0.10 0.83 0 0.01 292.89 0.98 0.58
Hex E4 2A FD A 53 0 1 125 62 3A
Octal 344 52 375 12 123 0 1 445 142 72
Binary 11100100 101010 11111101 1010 1010011 0 1 100100101 1100010 111010

Color Harmonies of #E42AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42AFD

Black with #E42AFD

Text Example


Text Example

White with #E42AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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