Html Css Color HEX #E12DFC Psychedelic Purple

📋 copy color: '#E12DFC'

red 225 ◦ green 45 ◦ blue 252

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

Shades of Psychedelic Purple #E12DFC

Tints of Psychedelic Purple #E12DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.28%

R = 43.1%
G = 8.62%
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

#E12DFC (or 0xE12DFC) is known color: Psychedelic Purple. HEX triplet: E1, 2D and FC. RGB value is (225,45,252). Sum of RGB (Red+Green+Blue) = 225+45+252=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 45 (17.97% from 255 or 8.62% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #E12DFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12DFC is #1ED203. Grayscale: #797979. Windows color (decimal): -2019844 or 16526817. OLE color: 16526817.

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

Color convert

RGB 225 45 252 -
CMYK 0.11 0.82 0 0.01
HSL 292.17º 0.97% 0.58% -
HSV(B) 292.17º 0.82% 0.99% -
XYZ 49.56 24.91 94.29 -
YUV 122.42 201.13 201.17 -
System Red Green Blue C M Y K H S L
Decimal 225 45 252 0.11 0.82 0 0.01 292.17 0.97 0.58
Hex E1 2D FC B 52 0 1 124 61 3A
Octal 341 55 374 13 122 0 1 444 141 72
Binary 11100001 101101 11111100 1011 1010010 0 1 100100100 1100001 111010

Color Harmonies of #E12DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DFC

Black with #E12DFC

Text Example


Text Example

White with #E12DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DFC; }

 p { color: rgb(225,45,252); }

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

background-color css

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

 a { background-color: rgb(225,45,252); }

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

border-color css

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

 span { border-color: rgb(225,45,252); }

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