Html Css Color HEX #E12CFB Psychedelic Purple

📋 copy color: '#E12CFB'

red 225 ◦ green 44 ◦ blue 251

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

Shades of Psychedelic Purple #E12CFB

Tints of Psychedelic Purple #E12CFB

RGB

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

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

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

R = 43.27%
G = 8.46%
B = 48.27%

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

#E12CFB (or 0xE12CFB) is known color: Psychedelic Purple. HEX triplet: E1, 2C and FB. RGB value is (225,44,251). Sum of RGB (Red+Green+Blue) = 225+44+251=520 (68% of max value = 765). Red value is 225 (88.28% from 255 or 43.27% from 520); Green value is 44 (17.58% from 255 or 8.46% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #E12CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E12CFB is #1ED304. Grayscale: #797979. Windows color (decimal): -2020101 or 16461025. OLE color: 16461025.

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

Color convert

RGB 225 44 251 -
CMYK 0.10 0.82 0 0.02
HSL 292.46º 0.96% 0.58% -
HSV(B) 292.46º 0.82% 0.98% -
XYZ 49.36 24.77 93.45 -
YUV 121.72 200.97 201.67 -
System Red Green Blue C M Y K H S L
Decimal 225 44 251 0.10 0.82 0 0.02 292.46 0.96 0.58
Hex E1 2C FB A 52 0 2 124 60 3A
Octal 341 54 373 12 122 0 2 444 140 72
Binary 11100001 101100 11111011 1010 1010010 0 10 100100100 1100000 111010

Color Harmonies of #E12CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12CFB

Black with #E12CFB

Text Example


Text Example

White with #E12CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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