Html Css Color HEX #E912FA Psychedelic Purple

📋 copy color: '#E912FA'

red 233 ◦ green 18 ◦ blue 250

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

Shades of Psychedelic Purple #E912FA

Tints of Psychedelic Purple #E912FA

RGB

 RED value IS 233 (91.41% from 255) = 46.51%

 GREEN value IS 18 (7.42% from 255) = 3.59%

 BLUE value IS 250 (98.05% from 255) = 49.9%

R = 46.51%
G = 3.59%
B = 49.9%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E912FA (or 0xE912FA) is known color: Psychedelic Purple. HEX triplet: E9, 12 and FA. RGB value is (233,18,250). Sum of RGB (Red+Green+Blue) = 233+18+250=501 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.51% from 501); Green value is 18 (7.42% from 255 or 3.59% from 501); Blue value is 250 (98.05% from 255 or 49.90% from 501); Max value from RGB is 250 - color contains mainly: blue. Hex color #E912FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E912FA is #16ED05. Grayscale: #6C6C6C. Windows color (decimal): -1502470 or 16388841. OLE color: 16388841.

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

Color convert

RGB 233 18 250 -
CMYK 0.07 0.93 0 0.02
HSL 295.6º 0.96% 0.53% -
HSV(B) 295.6º 0.93% 0.98% -
XYZ 51.08 24.66 92.51 -
YUV 108.73 207.73 216.64 -
System Red Green Blue C M Y K H S L
Decimal 233 18 250 0.07 0.93 0 0.02 295.6 0.96 0.53
Hex E9 12 FA 7 5D 0 2 128 60 35
Octal 351 22 372 7 135 0 2 450 140 65
Binary 11101001 10010 11111010 111 1011101 0 10 100101000 1100000 110101

Color Harmonies of #E912FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E912FA

Black with #E912FA

Text Example


Text Example

White with #E912FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E912FA; }

 p { color: rgb(233,18,250); }

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

background-color css

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

 a { background-color: rgb(233,18,250); }

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

border-color css

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

 span { border-color: rgb(233,18,250); }

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