Html Css Color HEX #E435FD Psychedelic Purple

📋 copy color: '#E435FD'

red 228 ◦ green 53 ◦ blue 253

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

Shades of Psychedelic Purple #E435FD

Tints of Psychedelic Purple #E435FD

RGB

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

 GREEN value IS 53 (21.09% from 255) = 9.93%

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

R = 42.7%
G = 9.93%
B = 47.38%

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

#E435FD (or 0xE435FD) is known color: Psychedelic Purple. HEX triplet: E4, 35 and FD. RGB value is (228,53,253). Sum of RGB (Red+Green+Blue) = 228+53+253=534 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.70% from 534); Green value is 53 (21.09% from 255 or 9.93% from 534); Blue value is 253 (99.22% from 255 or 47.38% from 534); Max value from RGB is 253 - color contains mainly: blue. Hex color #E435FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E435FD is #1BCA02. Grayscale: #7F7F7F. Windows color (decimal): -1821187 or 16594404. OLE color: 16594404.

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

Color convert

RGB 228 53 253 -
CMYK 0.10 0.79 0 0.01
HSL 292.5º 0.98% 0.6% -
HSV(B) 292.5º 0.79% 0.99% -
XYZ 51 26.13 95.28 -
YUV 128.13 198.48 199.24 -
System Red Green Blue C M Y K H S L
Decimal 228 53 253 0.10 0.79 0 0.01 292.5 0.98 0.6
Hex E4 35 FD A 4F 0 1 124 62 3C
Octal 344 65 375 12 117 0 1 444 142 74
Binary 11100100 110101 11111101 1010 1001111 0 1 100100100 1100010 111100

Color Harmonies of #E435FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E435FD

Black with #E435FD

Text Example


Text Example

White with #E435FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E435FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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