Html Css Color HEX #E433FA Psychedelic Purple

📋 copy color: '#E433FA'

red 228 ◦ green 51 ◦ blue 250

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

Shades of Psychedelic Purple #E433FA

Tints of Psychedelic Purple #E433FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 47.26%

R = 43.1%
G = 9.64%
B = 47.26%

CMYK

 C value IS 0.09

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E433FA (or 0xE433FA) is known color: Psychedelic Purple. HEX triplet: E4, 33 and FA. RGB value is (228,51,250). Sum of RGB (Red+Green+Blue) = 228+51+250=529 (70% of max value = 765). Red value is 228 (89.45% from 255 or 43.10% from 529); Green value is 51 (20.31% from 255 or 9.64% from 529); Blue value is 250 (98.05% from 255 or 47.26% from 529); Max value from RGB is 250 - color contains mainly: blue. Hex color #E433FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E433FA is #1BCC05. Grayscale: #7D7D7D. Windows color (decimal): -1821702 or 16397284. OLE color: 16397284.

HSL color Cylindrical-coordinate representation of color #E433FA: hue angle of 293.37º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E433FA is Cyan = 0.09, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 228 51 250 -
CMYK 0.09 0.80 0 0.02
HSL 293.37º 0.95% 0.59% -
HSV(B) 293.37º 0.8% 0.98% -
XYZ 50.43 25.76 92.76 -
YUV 126.61 197.64 200.32 -
System Red Green Blue C M Y K H S L
Decimal 228 51 250 0.09 0.80 0 0.02 293.37 0.95 0.59
Hex E4 33 FA 9 50 0 2 125 5F 3B
Octal 344 63 372 11 120 0 2 445 137 73
Binary 11100100 110011 11111010 1001 1010000 0 10 100100101 1011111 111011

Color Harmonies of #E433FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E433FA

Black with #E433FA

Text Example


Text Example

White with #E433FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E433FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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