Html Css Color HEX #E12CFF Psychedelic Purple

📋 copy color: '#E12CFF'

red 225 ◦ green 44 ◦ blue 255

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

Shades of Psychedelic Purple #E12CFF

Tints of Psychedelic Purple #E12CFF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 8.4%

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

R = 42.94%
G = 8.4%
B = 48.66%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E12CFF (or 0xE12CFF) is known color: Psychedelic Purple. HEX triplet: E1, 2C and FF. RGB value is (225,44,255). Sum of RGB (Red+Green+Blue) = 225+44+255=524 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.94% from 524); Green value is 44 (17.58% from 255 or 8.40% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #E12CFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CFF is #1ED300. Grayscale: #797979. Windows color (decimal): -2020097 or 16723169. OLE color: 16723169.

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

Color convert

RGB 225 44 255 -
CMYK 0.12 0.83 0 0
HSL 291.47º 1% 0.59% -
HSV(B) 291.47º 0.83% 1% -
XYZ 50 25.03 96.8 -
YUV 122.17 202.97 201.34 -
System Red Green Blue C M Y K H S L
Decimal 225 44 255 0.12 0.83 0 0 291.47 1 0.59
Hex E1 2C FF C 53 0 0 123 64 3B
Octal 341 54 377 14 123 0 0 443 144 73
Binary 11100001 101100 11111111 1100 1010011 0 0 100100011 1100100 111011

Color Harmonies of #E12CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CFF

Black with #E12CFF

Text Example


Text Example

White with #E12CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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