Html Css Color HEX #E12DFF Psychedelic Purple

📋 copy color: '#E12DFF'

red 225 ◦ green 45 ◦ blue 255

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

Shades of Psychedelic Purple #E12DFF

Tints of Psychedelic Purple #E12DFF

RGB

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

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

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

R = 42.86%
G = 8.57%
B = 48.57%

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

#E12DFF (or 0xE12DFF) is known color: Psychedelic Purple. HEX triplet: E1, 2D and FF. RGB value is (225,45,255). Sum of RGB (Red+Green+Blue) = 225+45+255=525 (69% of max value = 765). Red value is 225 (88.28% from 255 or 42.86% from 525); Green value is 45 (17.97% from 255 or 8.57% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #E12DFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12DFF is #1ED200. Grayscale: #7A7A7A. Windows color (decimal): -2019841 or 16723425. OLE color: 16723425.

HSL color Cylindrical-coordinate representation of color #E12DFF: hue angle of 291.43º 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 #E12DFF is Cyan = 0.12, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 225 45 255 -
CMYK 0.12 0.82 0 0
HSL 291.43º 1% 0.59% -
HSV(B) 291.43º 0.82% 1% -
XYZ 50.04 25.1 96.82 -
YUV 122.76 202.63 200.92 -
System Red Green Blue C M Y K H S L
Decimal 225 45 255 0.12 0.82 0 0 291.43 1 0.59
Hex E1 2D FF C 52 0 0 123 64 3B
Octal 341 55 377 14 122 0 0 443 144 73
Binary 11100001 101101 11111111 1100 1010010 0 0 100100011 1100100 111011

Color Harmonies of #E12DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DFF

Black with #E12DFF

Text Example


Text Example

White with #E12DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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