Html Css Color HEX #E12FFD Psychedelic Purple

📋 copy color: '#E12FFD'

red 225 ◦ green 47 ◦ blue 253

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

Shades of Psychedelic Purple #E12FFD

Tints of Psychedelic Purple #E12FFD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 8.95%

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

R = 42.86%
G = 8.95%
B = 48.19%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E12FFD (or 0xE12FFD) is known color: Psychedelic Purple. HEX triplet: E1, 2F and FD. RGB value is (225,47,253). Sum of RGB (Red+Green+Blue) = 225+47+253=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 47 (18.75% from 255 or 8.95% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #E12FFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12FFD is #1ED002. Grayscale: #7B7B7B. Windows color (decimal): -2019331 or 16592865. OLE color: 16592865.

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

Color convert

RGB 225 47 253 -
CMYK 0.11 0.81 0 0.01
HSL 291.84º 0.98% 0.59% -
HSV(B) 291.84º 0.81% 0.99% -
XYZ 49.8 25.13 95.15 -
YUV 123.71 200.97 200.25 -
System Red Green Blue C M Y K H S L
Decimal 225 47 253 0.11 0.81 0 0.01 291.84 0.98 0.59
Hex E1 2F FD B 51 0 1 124 62 3B
Octal 341 57 375 13 121 0 1 444 142 73
Binary 11100001 101111 11111101 1011 1010001 0 1 100100100 1100010 111011

Color Harmonies of #E12FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12FFD

Black with #E12FFD

Text Example


Text Example

White with #E12FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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