Html Css Color HEX #E12DF0 Psychedelic Purple

📋 copy color: '#E12DF0'

red 225 ◦ green 45 ◦ blue 240

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

Shades of Psychedelic Purple #E12DF0

Tints of Psychedelic Purple #E12DF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.06%

R = 44.12%
G = 8.82%
B = 47.06%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E12DF0 (or 0xE12DF0) is known color: Psychedelic Purple. HEX triplet: E1, 2D and F0. RGB value is (225,45,240). Sum of RGB (Red+Green+Blue) = 225+45+240=510 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.12% from 510); Green value is 45 (17.97% from 255 or 8.82% from 510); Blue value is 240 (94.14% from 255 or 47.06% from 510); Max value from RGB is 240 - color contains mainly: blue. Hex color #E12DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12DF0 is #1ED20F. Grayscale: #787878. Windows color (decimal): -2019856 or 15740385. OLE color: 15740385.

HSL color Cylindrical-coordinate representation of color #E12DF0: hue angle of 295.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E12DF0 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 225 45 240 -
CMYK 0.06 0.81 0 0.06
HSL 295.38º 0.87% 0.56% -
HSV(B) 295.38º 0.81% 0.94% -
XYZ 47.72 24.18 84.59 -
YUV 121.05 195.13 202.14 -
System Red Green Blue C M Y K H S L
Decimal 225 45 240 0.06 0.81 0 0.06 295.38 0.87 0.56
Hex E1 2D F0 6 51 0 6 127 57 38
Octal 341 55 360 6 121 0 6 447 127 70
Binary 11100001 101101 11110000 110 1010001 0 110 100100111 1010111 111000

Color Harmonies of #E12DF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DF0

Black with #E12DF0

Text Example


Text Example

White with #E12DF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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