Html Css Color HEX #E12CEE Psychedelic Purple

📋 copy color: '#E12CEE'

red 225 ◦ green 44 ◦ blue 238

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

Shades of Psychedelic Purple #E12CEE

Tints of Psychedelic Purple #E12CEE

RGB

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

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

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

R = 44.38%
G = 8.68%
B = 46.94%

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

#E12CEE (or 0xE12CEE) is known color: Psychedelic Purple. HEX triplet: E1, 2C and EE. RGB value is (225,44,238). Sum of RGB (Red+Green+Blue) = 225+44+238=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 44 (17.58% from 255 or 8.68% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #E12CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CEE is #1ED311. Grayscale: #777777. Windows color (decimal): -2020114 or 15609057. OLE color: 15609057.

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

Color convert

RGB 225 44 238 -
CMYK 0.05 0.82 0 0.07
HSL 295.98º 0.85% 0.55% -
HSV(B) 295.98º 0.82% 0.93% -
XYZ 47.38 23.98 83.02 -
YUV 120.24 194.47 202.73 -
System Red Green Blue C M Y K H S L
Decimal 225 44 238 0.05 0.82 0 0.07 295.98 0.85 0.55
Hex E1 2C EE 5 52 0 7 128 55 37
Octal 341 54 356 5 122 0 7 450 125 67
Binary 11100001 101100 11101110 101 1010010 0 111 100101000 1010101 110111

Color Harmonies of #E12CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CEE

Black with #E12CEE

Text Example


Text Example

White with #E12CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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