Html Css Color HEX #E310FC Psychedelic Purple

📋 copy color: '#E310FC'

red 227 ◦ green 16 ◦ blue 252

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

Shades of Psychedelic Purple #E310FC

Tints of Psychedelic Purple #E310FC

RGB

 RED value IS 227 (89.06% from 255) = 45.86%

 GREEN value IS 16 (6.64% from 255) = 3.23%

 BLUE value IS 252 (98.83% from 255) = 50.91%

R = 45.86%
G = 3.23%
B = 50.91%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E310FC (or 0xE310FC) is known color: Psychedelic Purple. HEX triplet: E3, 10 and FC. RGB value is (227,16,252). Sum of RGB (Red+Green+Blue) = 227+16+252=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 16 (6.64% from 255 or 3.23% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #E310FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E310FC is #1CEF03. Grayscale: #696969. Windows color (decimal): -1896196 or 16519395. OLE color: 16519395.

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

Color convert

RGB 227 16 252 -
CMYK 0.10 0.94 0 0.01
HSL 293.64º 0.98% 0.53% -
HSV(B) 293.64º 0.94% 0.99% -
XYZ 49.43 23.73 94.07 -
YUV 105.99 210.4 214.31 -
System Red Green Blue C M Y K H S L
Decimal 227 16 252 0.10 0.94 0 0.01 293.64 0.98 0.53
Hex E3 10 FC A 5E 0 1 126 62 35
Octal 343 20 374 12 136 0 1 446 142 65
Binary 11100011 10000 11111100 1010 1011110 0 1 100100110 1100010 110101

Color Harmonies of #E310FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E310FC

Black with #E310FC

Text Example


Text Example

White with #E310FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E310FC; }

 p { color: rgb(227,16,252); }

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

background-color css

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

 a { background-color: rgb(227,16,252); }

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

border-color css

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

 span { border-color: rgb(227,16,252); }

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