Html Css Color HEX #E12AFD Psychedelic Purple

📋 copy color: '#E12AFD'

red 225 ◦ green 42 ◦ blue 253

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

Shades of Psychedelic Purple #E12AFD

Tints of Psychedelic Purple #E12AFD

RGB

 RED value IS 225 (88.28% from 255) = 43.27%

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

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

R = 43.27%
G = 8.08%
B = 48.65%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E12AFD (or 0xE12AFD) is known color: Psychedelic Purple. HEX triplet: E1, 2A and FD. RGB value is (225,42,253). Sum of RGB (Red+Green+Blue) = 225+42+253=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 42 (16.80% from 255 or 8.08% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #E12AFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12AFD is #1ED502. Grayscale: #787878. Windows color (decimal): -2020611 or 16591585. OLE color: 16591585.

HSL color Cylindrical-coordinate representation of color #E12AFD: hue angle of 292.04º 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 #E12AFD is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 42 253 -
CMYK 0.11 0.83 0 0.01
HSL 292.04º 0.98% 0.58% -
HSV(B) 292.04º 0.83% 0.99% -
XYZ 49.61 24.76 95.09 -
YUV 120.77 202.63 202.34 -
System Red Green Blue C M Y K H S L
Decimal 225 42 253 0.11 0.83 0 0.01 292.04 0.98 0.58
Hex E1 2A FD B 53 0 1 124 62 3A
Octal 341 52 375 13 123 0 1 444 142 72
Binary 11100001 101010 11111101 1011 1010011 0 1 100100100 1100010 111010

Color Harmonies of #E12AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12AFD

Black with #E12AFD

Text Example


Text Example

White with #E12AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12AFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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