Html Css Color HEX #E313FB Psychedelic Purple

📋 copy color: '#E313FB'

red 227 ◦ green 19 ◦ blue 251

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

Shades of Psychedelic Purple #E313FB

Tints of Psychedelic Purple #E313FB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.82%

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

R = 45.67%
G = 3.82%
B = 50.5%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E313FB (or 0xE313FB) is known color: Psychedelic Purple. HEX triplet: E3, 13 and FB. RGB value is (227,19,251). Sum of RGB (Red+Green+Blue) = 227+19+251=497 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.67% from 497); Green value is 19 (7.81% from 255 or 3.82% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #E313FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E313FB is #1CEC04. Grayscale: #6A6A6A. Windows color (decimal): -1895429 or 16454627. OLE color: 16454627.

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

Color convert

RGB 227 19 251 -
CMYK 0.10 0.92 0 0.02
HSL 293.79º 0.97% 0.53% -
HSV(B) 293.79º 0.92% 0.98% -
XYZ 49.32 23.76 93.25 -
YUV 107.64 208.91 213.14 -
System Red Green Blue C M Y K H S L
Decimal 227 19 251 0.10 0.92 0 0.02 293.79 0.97 0.53
Hex E3 13 FB A 5C 0 2 126 61 35
Octal 343 23 373 12 134 0 2 446 141 65
Binary 11100011 10011 11111011 1010 1011100 0 10 100100110 1100001 110101

Color Harmonies of #E313FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E313FB

Black with #E313FB

Text Example


Text Example

White with #E313FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E313FB; }

 p { color: rgb(227,19,251); }

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

background-color css

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

 a { background-color: rgb(227,19,251); }

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

border-color css

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

 span { border-color: rgb(227,19,251); }

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