Html Css Color HEX #E303F1 Psychedelic Purple

📋 copy color: '#E303F1'

red 227 ◦ green 3 ◦ blue 241

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

Shades of Psychedelic Purple #E303F1

Tints of Psychedelic Purple #E303F1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.64%

 BLUE value IS 241 (94.53% from 255) = 51.17%

R = 48.2%
G = 0.64%
B = 51.17%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E303F1 (or 0xE303F1) is known color: Psychedelic Purple. HEX triplet: E3, 03 and F1. RGB value is (227,3,241). Sum of RGB (Red+Green+Blue) = 227+3+241=471 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.20% from 471); Green value is 3 (1.56% from 255 or 0.64% from 471); Blue value is 241 (94.53% from 255 or 51.17% from 471); Max value from RGB is 241 - color contains mainly: blue. Hex color #E303F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E303F1 is #1CFC0E. Grayscale: #606060. Windows color (decimal): -1899535 or 15795171. OLE color: 15795171.

HSL color Cylindrical-coordinate representation of color #E303F1: hue angle of 296.47º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E303F1 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 227 3 241 -
CMYK 0.06 0.99 0 0.05
HSL 296.47º 0.98% 0.48% -
HSV(B) 296.47º 0.99% 0.95% -
XYZ 47.59 22.75 85.1 -
YUV 97.11 209.21 220.65 -
System Red Green Blue C M Y K H S L
Decimal 227 3 241 0.06 0.99 0 0.05 296.47 0.98 0.48
Hex E3 3 F1 6 63 0 5 128 62 30
Octal 343 3 361 6 143 0 5 450 142 60
Binary 11100011 11 11110001 110 1100011 0 101 100101000 1100010 110000

Color Harmonies of #E303F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E303F1

Black with #E303F1

Text Example


Text Example

White with #E303F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E303F1; }

 p { color: rgb(227,3,241); }

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

background-color css

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

 a { background-color: rgb(227,3,241); }

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

border-color css

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

 span { border-color: rgb(227,3,241); }

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