Html Css Color HEX #E434FC Psychedelic Purple

📋 copy color: '#E434FC'

red 228 ◦ green 52 ◦ blue 252

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

Shades of Psychedelic Purple #E434FC

Tints of Psychedelic Purple #E434FC

RGB

 RED value IS 228 (89.45% from 255) = 42.86%

 GREEN value IS 52 (20.7% from 255) = 9.77%

 BLUE value IS 252 (98.83% from 255) = 47.37%

R = 42.86%
G = 9.77%
B = 47.37%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E434FC (or 0xE434FC) is known color: Psychedelic Purple. HEX triplet: E4, 34 and FC. RGB value is (228,52,252). Sum of RGB (Red+Green+Blue) = 228+52+252=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 52 (20.70% from 255 or 9.77% from 532); Blue value is 252 (98.83% from 255 or 47.37% from 532); Max value from RGB is 252 - color contains mainly: blue. Hex color #E434FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E434FC is #1BCB03. Grayscale: #7E7E7E. Windows color (decimal): -1821444 or 16528612. OLE color: 16528612.

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

Color convert

RGB 228 52 252 -
CMYK 0.10 0.79 0 0.01
HSL 292.8º 0.97% 0.6% -
HSV(B) 292.8º 0.79% 0.99% -
XYZ 50.79 25.98 94.43 -
YUV 127.42 198.31 199.74 -
System Red Green Blue C M Y K H S L
Decimal 228 52 252 0.10 0.79 0 0.01 292.8 0.97 0.6
Hex E4 34 FC A 4F 0 1 125 61 3C
Octal 344 64 374 12 117 0 1 445 141 74
Binary 11100100 110100 11111100 1010 1001111 0 1 100100101 1100001 111100

Color Harmonies of #E434FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E434FC

Black with #E434FC

Text Example


Text Example

White with #E434FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E434FC; }

 p { color: rgb(228,52,252); }

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

background-color css

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

 a { background-color: rgb(228,52,252); }

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

border-color css

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

 span { border-color: rgb(228,52,252); }

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