Html Css Color HEX #E12CFD Psychedelic Purple

📋 copy color: '#E12CFD'

red 225 ◦ green 44 ◦ blue 253

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

Shades of Psychedelic Purple #E12CFD

Tints of Psychedelic Purple #E12CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 43.1%
G = 8.43%
B = 48.47%

CMYK

 C value IS 0.11

 M value IS 0.83

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E12CFD (or 0xE12CFD) is known color: Psychedelic Purple. HEX triplet: E1, 2C and FD. RGB value is (225,44,253). Sum of RGB (Red+Green+Blue) = 225+44+253=522 (69% of max value = 765). Red value is 225 (88.28% from 255 or 43.10% from 522); Green value is 44 (17.58% from 255 or 8.43% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #E12CFD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CFD is #1ED302. Grayscale: #797979. Windows color (decimal): -2020099 or 16592097. OLE color: 16592097.

HSL color Cylindrical-coordinate representation of color #E12CFD: hue angle of 291.96º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E12CFD is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 225 44 253 -
CMYK 0.11 0.83 0 0.01
HSL 291.96º 0.98% 0.58% -
HSV(B) 291.96º 0.83% 0.99% -
XYZ 49.68 24.9 95.12 -
YUV 121.95 201.97 201.51 -
System Red Green Blue C M Y K H S L
Decimal 225 44 253 0.11 0.83 0 0.01 291.96 0.98 0.58
Hex E1 2C FD B 53 0 1 124 62 3A
Octal 341 54 375 13 123 0 1 444 142 72
Binary 11100001 101100 11111101 1011 1010011 0 1 100100100 1100010 111010

Color Harmonies of #E12CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CFD

Black with #E12CFD

Text Example


Text Example

White with #E12CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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