Html Css Color HEX #E12EFF Psychedelic Purple

📋 copy color: '#E12EFF'

red 225 ◦ green 46 ◦ blue 255

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

Shades of Psychedelic Purple #E12EFF

Tints of Psychedelic Purple #E12EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 48.48%

R = 42.78%
G = 8.75%
B = 48.48%

CMYK

 C value IS 0.12

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E12EFF (or 0xE12EFF) is known color: Psychedelic Purple. HEX triplet: E1, 2E and FF. RGB value is (225,46,255). Sum of RGB (Red+Green+Blue) = 225+46+255=526 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.78% from 526); Green value is 46 (18.36% from 255 or 8.75% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #E12EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12EFF is #1ED100. Grayscale: #7A7A7A. Windows color (decimal): -2019585 or 16723681. OLE color: 16723681.

HSL color Cylindrical-coordinate representation of color #E12EFF: hue angle of 291.39º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12EFF is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 46 255 -
CMYK 0.12 0.82 0 0
HSL 291.39º 1% 0.59% -
HSV(B) 291.39º 0.82% 1% -
XYZ 50.08 25.18 96.83 -
YUV 123.35 202.3 200.51 -
System Red Green Blue C M Y K H S L
Decimal 225 46 255 0.12 0.82 0 0 291.39 1 0.59
Hex E1 2E FF C 52 0 0 123 64 3B
Octal 341 56 377 14 122 0 0 443 144 73
Binary 11100001 101110 11111111 1100 1010010 0 0 100100011 1100100 111011

Color Harmonies of #E12EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12EFF

Black with #E12EFF

Text Example


Text Example

White with #E12EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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