Html Css Color HEX #E305FD Psychedelic Purple

📋 copy color: '#E305FD'

red 227 ◦ green 5 ◦ blue 253

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

Shades of Psychedelic Purple #E305FD

Tints of Psychedelic Purple #E305FD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.03%

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 46.8%
G = 1.03%
B = 52.16%

CMYK

 C value IS 0.10

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E305FD (or 0xE305FD) is known color: Psychedelic Purple. HEX triplet: E3, 05 and FD. RGB value is (227,5,253). Sum of RGB (Red+Green+Blue) = 227+5+253=485 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.80% from 485); Green value is 5 (2.34% from 255 or 1.03% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #E305FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E305FD is #1CFA02. Grayscale: #626262. Windows color (decimal): -1899011 or 16582115. OLE color: 16582115.

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

Color convert

RGB 227 5 253 -
CMYK 0.10 0.98 0 0.01
HSL 293.71º 0.98% 0.51% -
HSV(B) 293.71º 0.98% 0.99% -
XYZ 49.46 23.53 94.86 -
YUV 99.65 214.55 218.83 -
System Red Green Blue C M Y K H S L
Decimal 227 5 253 0.10 0.98 0 0.01 293.71 0.98 0.51
Hex E3 5 FD A 62 0 1 126 62 33
Octal 343 5 375 12 142 0 1 446 142 63
Binary 11100011 101 11111101 1010 1100010 0 1 100100110 1100010 110011

Color Harmonies of #E305FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E305FD

Black with #E305FD

Text Example


Text Example

White with #E305FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E305FD; }

 p { color: rgb(227,5,253); }

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

background-color css

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

 a { background-color: rgb(227,5,253); }

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

border-color css

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

 span { border-color: rgb(227,5,253); }

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