Html Css Color HEX #E12DFB Psychedelic Purple

📋 copy color: '#E12DFB'

red 225 ◦ green 45 ◦ blue 251

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

Shades of Psychedelic Purple #E12DFB

Tints of Psychedelic Purple #E12DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.18%

R = 43.19%
G = 8.64%
B = 48.18%

CMYK

 C value IS 0.10

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E12DFB (or 0xE12DFB) is known color: Psychedelic Purple. HEX triplet: E1, 2D and FB. RGB value is (225,45,251). Sum of RGB (Red+Green+Blue) = 225+45+251=521 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.19% from 521); Green value is 45 (17.97% from 255 or 8.64% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #E12DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12DFB is #1ED204. Grayscale: #797979. Windows color (decimal): -2019845 or 16461281. OLE color: 16461281.

HSL color Cylindrical-coordinate representation of color #E12DFB: hue angle of 292.43º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E12DFB is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 225 45 251 -
CMYK 0.10 0.82 0 0.02
HSL 292.43º 0.96% 0.58% -
HSV(B) 292.43º 0.82% 0.98% -
XYZ 49.4 24.85 93.46 -
YUV 122.3 200.63 201.25 -
System Red Green Blue C M Y K H S L
Decimal 225 45 251 0.10 0.82 0 0.02 292.43 0.96 0.58
Hex E1 2D FB A 52 0 2 124 60 3A
Octal 341 55 373 12 122 0 2 444 140 72
Binary 11100001 101101 11111011 1010 1010010 0 10 100100100 1100000 111010

Color Harmonies of #E12DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12DFB

Black with #E12DFB

Text Example


Text Example

White with #E12DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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