Html Css Color HEX #E12CF2 Psychedelic Purple

📋 copy color: '#E12CF2'

red 225 ◦ green 44 ◦ blue 242

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

Shades of Psychedelic Purple #E12CF2

Tints of Psychedelic Purple #E12CF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 47.36%

R = 44.03%
G = 8.61%
B = 47.36%

CMYK

 C value IS 0.07

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E12CF2 (or 0xE12CF2) is known color: Psychedelic Purple. HEX triplet: E1, 2C and F2. RGB value is (225,44,242). Sum of RGB (Red+Green+Blue) = 225+44+242=511 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.03% from 511); Green value is 44 (17.58% from 255 or 8.61% from 511); Blue value is 242 (94.92% from 255 or 47.36% from 511); Max value from RGB is 242 - color contains mainly: blue. Hex color #E12CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CF2 is #1ED30D. Grayscale: #787878. Windows color (decimal): -2020110 or 15871201. OLE color: 15871201.

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

Color convert

RGB 225 44 242 -
CMYK 0.07 0.82 0 0.05
HSL 294.85º 0.88% 0.56% -
HSV(B) 294.85º 0.82% 0.95% -
XYZ 47.98 24.22 86.15 -
YUV 120.69 196.47 202.4 -
System Red Green Blue C M Y K H S L
Decimal 225 44 242 0.07 0.82 0 0.05 294.85 0.88 0.56
Hex E1 2C F2 7 52 0 5 127 58 38
Octal 341 54 362 7 122 0 5 447 130 70
Binary 11100001 101100 11110010 111 1010010 0 101 100100111 1011000 111000

Color Harmonies of #E12CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CF2

Black with #E12CF2

Text Example


Text Example

White with #E12CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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