Html Css Color HEX #E712FE Psychedelic Purple

📋 copy color: '#E712FE'

red 231 ◦ green 18 ◦ blue 254

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

Shades of Psychedelic Purple #E712FE

Tints of Psychedelic Purple #E712FE

RGB

 RED value IS 231 (90.63% from 255) = 45.92%

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

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 45.92%
G = 3.58%
B = 50.5%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E712FE (or 0xE712FE) is known color: Psychedelic Purple. HEX triplet: E7, 12 and FE. RGB value is (231,18,254). Sum of RGB (Red+Green+Blue) = 231+18+254=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 18 (7.42% from 255 or 3.58% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #E712FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E712FE is #18ED01. Grayscale: #6B6B6B. Windows color (decimal): -1633538 or 16650983. OLE color: 16650983.

HSL color Cylindrical-coordinate representation of color #E712FE: hue angle of 294.15º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E712FE is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 18 254 -
CMYK 0.09 0.93 0 0.00
HSL 294.15º 0.99% 0.53% -
HSV(B) 294.15º 0.93% 1% -
XYZ 51.06 24.58 95.82 -
YUV 108.59 210.07 215.31 -
System Red Green Blue C M Y K H S L
Decimal 231 18 254 0.09 0.93 0 0.00 294.15 0.99 0.53
Hex E7 12 FE 9 5D 0 0 126 63 35
Octal 347 22 376 11 135 0 0 446 143 65
Binary 11100111 10010 11111110 1001 1011101 0 0 100100110 1100011 110101

Color Harmonies of #E712FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E712FE

Black with #E712FE

Text Example


Text Example

White with #E712FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E712FE; }

 p { color: rgb(231,18,254); }

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

background-color css

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

 a { background-color: rgb(231,18,254); }

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

border-color css

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

 span { border-color: rgb(231,18,254); }

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