Html Css Color HEX #E812F7 Psychedelic Purple

📋 copy color: '#E812F7'

red 232 ◦ green 18 ◦ blue 247

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

Shades of Psychedelic Purple #E812F7

Tints of Psychedelic Purple #E812F7

RGB

 RED value IS 232 (91.02% from 255) = 46.68%

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

 BLUE value IS 247 (96.88% from 255) = 49.7%

R = 46.68%
G = 3.62%
B = 49.7%

CMYK

 C value IS 0.06

 M value IS 0.93

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E812F7 (or 0xE812F7) is known color: Psychedelic Purple. HEX triplet: E8, 12 and F7. RGB value is (232,18,247). Sum of RGB (Red+Green+Blue) = 232+18+247=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 18 (7.42% from 255 or 3.62% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #E812F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E812F7 is #17ED08. Grayscale: #6B6B6B. Windows color (decimal): -1568009 or 16192232. OLE color: 16192232.

HSL color Cylindrical-coordinate representation of color #E812F7: hue angle of 296.07º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E812F7 is Cyan = 0.06, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 232 18 247 -
CMYK 0.06 0.93 0 0.03
HSL 296.07º 0.93% 0.52% -
HSV(B) 296.07º 0.93% 0.97% -
XYZ 50.28 24.3 90.04 -
YUV 108.09 206.4 216.38 -
System Red Green Blue C M Y K H S L
Decimal 232 18 247 0.06 0.93 0 0.03 296.07 0.93 0.52
Hex E8 12 F7 6 5D 0 3 128 5D 34
Octal 350 22 367 6 135 0 3 450 135 64
Binary 11101000 10010 11110111 110 1011101 0 11 100101000 1011101 110100

Color Harmonies of #E812F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E812F7

Black with #E812F7

Text Example


Text Example

White with #E812F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E812F7; }

 p { color: rgb(232,18,247); }

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

background-color css

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

 a { background-color: rgb(232,18,247); }

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

border-color css

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

 span { border-color: rgb(232,18,247); }

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