Html Css Color HEX #E307FD Psychedelic Purple

📋 copy color: '#E307FD'

red 227 ◦ green 7 ◦ blue 253

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

Shades of Psychedelic Purple #E307FD

Tints of Psychedelic Purple #E307FD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.44%

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

R = 46.61%
G = 1.44%
B = 51.95%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E307FD (or 0xE307FD) is known color: Psychedelic Purple. HEX triplet: E3, 07 and FD. RGB value is (227,7,253). Sum of RGB (Red+Green+Blue) = 227+7+253=487 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.61% from 487); Green value is 7 (3.12% from 255 or 1.44% from 487); Blue value is 253 (99.22% from 255 or 51.95% from 487); Max value from RGB is 253 - color contains mainly: blue. Hex color #E307FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E307FD is #1CF802. Grayscale: #646464. Windows color (decimal): -1898499 or 16582627. OLE color: 16582627.

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

Color convert

RGB 227 7 253 -
CMYK 0.10 0.97 0 0.01
HSL 293.66º 0.98% 0.51% -
HSV(B) 293.66º 0.97% 0.99% -
XYZ 49.48 23.57 94.87 -
YUV 100.82 213.89 218 -
System Red Green Blue C M Y K H S L
Decimal 227 7 253 0.10 0.97 0 0.01 293.66 0.98 0.51
Hex E3 7 FD A 61 0 1 126 62 33
Octal 343 7 375 12 141 0 1 446 142 63
Binary 11100011 111 11111101 1010 1100001 0 1 100100110 1100010 110011

Color Harmonies of #E307FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E307FD

Black with #E307FD

Text Example


Text Example

White with #E307FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E307FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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