Html Css Color HEX #E433FD Psychedelic Purple

📋 copy color: '#E433FD'

red 228 ◦ green 51 ◦ blue 253

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

Shades of Psychedelic Purple #E433FD

Tints of Psychedelic Purple #E433FD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 9.59%

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

R = 42.86%
G = 9.59%
B = 47.56%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E433FD (or 0xE433FD) is known color: Psychedelic Purple. HEX triplet: E4, 33 and FD. RGB value is (228,51,253). Sum of RGB (Red+Green+Blue) = 228+51+253=532 (70% of max value = 765). Red value is 228 (89.45% from 255 or 42.86% from 532); Green value is 51 (20.31% from 255 or 9.59% from 532); Blue value is 253 (99.22% from 255 or 47.56% from 532); Max value from RGB is 253 - color contains mainly: blue. Hex color #E433FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E433FD is #1BCC02. Grayscale: #7E7E7E. Windows color (decimal): -1821699 or 16593892. OLE color: 16593892.

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

Color convert

RGB 228 51 253 -
CMYK 0.10 0.80 0 0.01
HSL 292.57º 0.98% 0.6% -
HSV(B) 292.57º 0.8% 0.99% -
XYZ 50.91 25.95 95.25 -
YUV 126.95 199.14 200.07 -
System Red Green Blue C M Y K H S L
Decimal 228 51 253 0.10 0.80 0 0.01 292.57 0.98 0.6
Hex E4 33 FD A 50 0 1 125 62 3C
Octal 344 63 375 12 120 0 1 445 142 74
Binary 11100100 110011 11111101 1010 1010000 0 1 100100101 1100010 111100

Color Harmonies of #E433FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E433FD

Black with #E433FD

Text Example


Text Example

White with #E433FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E433FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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