Html Css Color HEX #E12EFB Psychedelic Purple

📋 copy color: '#E12EFB'

red 225 ◦ green 46 ◦ blue 251

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

Shades of Psychedelic Purple #E12EFB

Tints of Psychedelic Purple #E12EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.08%

R = 43.1%
G = 8.81%
B = 48.08%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E12EFB (or 0xE12EFB) is known color: Psychedelic Purple. HEX triplet: E1, 2E and FB. RGB value is (225,46,251). Sum of RGB (Red+Green+Blue) = 225+46+251=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 46 (18.36% from 255 or 8.81% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #E12EFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12EFB is #1ED104. Grayscale: #7A7A7A. Windows color (decimal): -2019589 or 16461537. OLE color: 16461537.

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

Color convert

RGB 225 46 251 -
CMYK 0.10 0.82 0 0.02
HSL 292.39º 0.96% 0.58% -
HSV(B) 292.39º 0.82% 0.98% -
XYZ 49.44 24.93 93.47 -
YUV 122.89 200.3 200.83 -
System Red Green Blue C M Y K H S L
Decimal 225 46 251 0.10 0.82 0 0.02 292.39 0.96 0.58
Hex E1 2E FB A 52 0 2 124 60 3A
Octal 341 56 373 12 122 0 2 444 140 72
Binary 11100001 101110 11111011 1010 1010010 0 10 100100100 1100000 111010

Color Harmonies of #E12EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12EFB

Black with #E12EFB

Text Example


Text Example

White with #E12EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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