Html Css Color HEX #E304F3 Psychedelic Purple

📋 copy color: '#E304F3'

red 227 ◦ green 4 ◦ blue 243

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

Shades of Psychedelic Purple #E304F3

Tints of Psychedelic Purple #E304F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 51.27%

R = 47.89%
G = 0.84%
B = 51.27%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E304F3 (or 0xE304F3) is known color: Psychedelic Purple. HEX triplet: E3, 04 and F3. RGB value is (227,4,243). Sum of RGB (Red+Green+Blue) = 227+4+243=474 (62% of max value = 765). Red value is 227 (89.06% from 255 or 47.89% from 474); Green value is 4 (1.95% from 255 or 0.84% from 474); Blue value is 243 (95.31% from 255 or 51.27% from 474); Max value from RGB is 243 - color contains mainly: blue. Hex color #E304F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #E304F3 is #1CFB0C. Grayscale: #616161. Windows color (decimal): -1899277 or 15926499. OLE color: 15926499.

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

Color convert

RGB 227 4 243 -
CMYK 0.07 0.98 0 0.05
HSL 295.98º 0.97% 0.48% -
HSV(B) 295.98º 0.98% 0.95% -
XYZ 47.9 22.89 86.69 -
YUV 97.92 209.88 220.07 -
System Red Green Blue C M Y K H S L
Decimal 227 4 243 0.07 0.98 0 0.05 295.98 0.97 0.48
Hex E3 4 F3 7 62 0 5 128 61 30
Octal 343 4 363 7 142 0 5 450 141 60
Binary 11100011 100 11110011 111 1100010 0 101 100101000 1100001 110000

Color Harmonies of #E304F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E304F3

Black with #E304F3

Text Example


Text Example

White with #E304F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E304F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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