Html Css Color HEX #E12AEE Psychedelic Purple

📋 copy color: '#E12AEE'

red 225 ◦ green 42 ◦ blue 238

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

Shades of Psychedelic Purple #E12AEE

Tints of Psychedelic Purple #E12AEE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.32%

 BLUE value IS 238 (93.36% from 255) = 47.13%

R = 44.55%
G = 8.32%
B = 47.13%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E12AEE (or 0xE12AEE) is known color: Psychedelic Purple. HEX triplet: E1, 2A and EE. RGB value is (225,42,238). Sum of RGB (Red+Green+Blue) = 225+42+238=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 42 (16.80% from 255 or 8.32% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #E12AEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12AEE is #1ED511. Grayscale: #767676. Windows color (decimal): -2020626 or 15608545. OLE color: 15608545.

HSL color Cylindrical-coordinate representation of color #E12AEE: hue angle of 296.02º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12AEE is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 225 42 238 -
CMYK 0.05 0.82 0 0.07
HSL 296.02º 0.85% 0.55% -
HSV(B) 296.02º 0.82% 0.93% -
XYZ 47.31 23.84 83 -
YUV 119.06 195.13 203.56 -
System Red Green Blue C M Y K H S L
Decimal 225 42 238 0.05 0.82 0 0.07 296.02 0.85 0.55
Hex E1 2A EE 5 52 0 7 128 55 37
Octal 341 52 356 5 122 0 7 450 125 67
Binary 11100001 101010 11101110 101 1010010 0 111 100101000 1010101 110111

Color Harmonies of #E12AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12AEE

Black with #E12AEE

Text Example


Text Example

White with #E12AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12AEE; }

 p { color: rgb(225,42,238); }

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

background-color css

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

 a { background-color: rgb(225,42,238); }

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

border-color css

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

 span { border-color: rgb(225,42,238); }

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