Html Css Color HEX #E12EFD Psychedelic Purple

📋 copy color: '#E12EFD'

red 225 ◦ green 46 ◦ blue 253

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

Shades of Psychedelic Purple #E12EFD

Tints of Psychedelic Purple #E12EFD

RGB

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

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

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

R = 42.94%
G = 8.78%
B = 48.28%

CMYK

 C value IS 0.11

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E12EFD (or 0xE12EFD) is known color: Psychedelic Purple. HEX triplet: E1, 2E and FD. RGB value is (225,46,253). Sum of RGB (Red+Green+Blue) = 225+46+253=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 46 (18.36% from 255 or 8.78% from 524); Blue value is 253 (99.22% from 255 or 48.28% from 524); Max value from RGB is 253 - color contains mainly: blue. Hex color #E12EFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12EFD is #1ED102. Grayscale: #7A7A7A. Windows color (decimal): -2019587 or 16592609. OLE color: 16592609.

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

Color convert

RGB 225 46 253 -
CMYK 0.11 0.82 0 0.01
HSL 291.88º 0.98% 0.59% -
HSV(B) 291.88º 0.82% 0.99% -
XYZ 49.76 25.05 95.14 -
YUV 123.12 201.3 200.67 -
System Red Green Blue C M Y K H S L
Decimal 225 46 253 0.11 0.82 0 0.01 291.88 0.98 0.59
Hex E1 2E FD B 52 0 1 124 62 3B
Octal 341 56 375 13 122 0 1 444 142 73
Binary 11100001 101110 11111101 1011 1010010 0 1 100100100 1100010 111011

Color Harmonies of #E12EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12EFD

Black with #E12EFD

Text Example


Text Example

White with #E12EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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