Html Css Color HEX #E311FB Psychedelic Purple

📋 copy color: '#E311FB'

red 227 ◦ green 17 ◦ blue 251

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

Shades of Psychedelic Purple #E311FB

Tints of Psychedelic Purple #E311FB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.43%

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

R = 45.86%
G = 3.43%
B = 50.71%

CMYK

 C value IS 0.10

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E311FB (or 0xE311FB) is known color: Psychedelic Purple. HEX triplet: E3, 11 and FB. RGB value is (227,17,251). Sum of RGB (Red+Green+Blue) = 227+17+251=495 (65% of max value = 765). Red value is 227 (89.06% from 255 or 45.86% from 495); Green value is 17 (7.03% from 255 or 3.43% from 495); Blue value is 251 (98.44% from 255 or 50.71% from 495); Max value from RGB is 251 - color contains mainly: blue. Hex color #E311FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E311FB is #1CEE04. Grayscale: #696969. Windows color (decimal): -1895941 or 16454115. OLE color: 16454115.

HSL color Cylindrical-coordinate representation of color #E311FB: hue angle of 293.85º degrees, saturation: 0.97, 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 #E311FB is Cyan = 0.10, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 227 17 251 -
CMYK 0.10 0.93 0 0.02
HSL 293.85º 0.97% 0.53% -
HSV(B) 293.85º 0.93% 0.98% -
XYZ 49.29 23.7 93.24 -
YUV 106.47 209.57 213.97 -
System Red Green Blue C M Y K H S L
Decimal 227 17 251 0.10 0.93 0 0.02 293.85 0.97 0.53
Hex E3 11 FB A 5D 0 2 126 61 35
Octal 343 21 373 12 135 0 2 446 141 65
Binary 11100011 10001 11111011 1010 1011101 0 10 100100110 1100001 110101

Color Harmonies of #E311FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E311FB

Black with #E311FB

Text Example


Text Example

White with #E311FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E311FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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