Html Css Color HEX #E304FD Psychedelic Purple

📋 copy color: '#E304FD'

red 227 ◦ green 4 ◦ blue 253

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

Shades of Psychedelic Purple #E304FD

Tints of Psychedelic Purple #E304FD

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.83%

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

R = 46.9%
G = 0.83%
B = 52.27%

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

#E304FD (or 0xE304FD) is known color: Psychedelic Purple. HEX triplet: E3, 04 and FD. RGB value is (227,4,253). Sum of RGB (Red+Green+Blue) = 227+4+253=484 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.90% from 484); Green value is 4 (1.95% from 255 or 0.83% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #E304FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E304FD is #1CFB02. Grayscale: #626262. Windows color (decimal): -1899267 or 16581859. OLE color: 16581859.

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

Color convert

RGB 227 4 253 -
CMYK 0.10 0.98 0 0.01
HSL 293.73º 0.98% 0.5% -
HSV(B) 293.73º 0.98% 0.99% -
XYZ 49.45 23.51 94.86 -
YUV 99.06 214.88 219.25 -
System Red Green Blue C M Y K H S L
Decimal 227 4 253 0.10 0.98 0 0.01 293.73 0.98 0.5
Hex E3 4 FD A 62 0 1 126 62 32
Octal 343 4 375 12 142 0 1 446 142 62
Binary 11100011 100 11111101 1010 1100010 0 1 100100110 1100010 110010

Color Harmonies of #E304FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E304FD

Black with #E304FD

Text Example


Text Example

White with #E304FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E304FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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