Html Css Color HEX #E434FD Psychedelic Purple

📋 copy color: '#E434FD'

red 228 ◦ green 52 ◦ blue 253

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

Shades of Psychedelic Purple #E434FD

Tints of Psychedelic Purple #E434FD

RGB

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

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

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

R = 42.78%
G = 9.76%
B = 47.47%

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

#E434FD (or 0xE434FD) is known color: Psychedelic Purple. HEX triplet: E4, 34 and FD. RGB value is (228,52,253). Sum of RGB (Red+Green+Blue) = 228+52+253=533 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.78% from 533); Green value is 52 (20.70% from 255 or 9.76% from 533); Blue value is 253 (99.22% from 255 or 47.47% from 533); Max value from RGB is 253 - color contains mainly: blue. Hex color #E434FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E434FD is #1BCB02. Grayscale: #7E7E7E. Windows color (decimal): -1821443 or 16594148. OLE color: 16594148.

HSL color Cylindrical-coordinate representation of color #E434FD: hue angle of 292.54º degrees, saturation: 0.98, 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 #E434FD is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 228 52 253 -
CMYK 0.10 0.79 0 0.01
HSL 292.54º 0.98% 0.6% -
HSV(B) 292.54º 0.79% 0.99% -
XYZ 50.95 26.04 95.27 -
YUV 127.54 198.81 199.66 -
System Red Green Blue C M Y K H S L
Decimal 228 52 253 0.10 0.79 0 0.01 292.54 0.98 0.6
Hex E4 34 FD A 4F 0 1 125 62 3C
Octal 344 64 375 12 117 0 1 445 142 74
Binary 11100100 110100 11111101 1010 1001111 0 1 100100101 1100010 111100

Color Harmonies of #E434FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E434FD

Black with #E434FD

Text Example


Text Example

White with #E434FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E434FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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