Html Css Color HEX #E235FA Psychedelic Purple

📋 copy color: '#E235FA'

red 226 ◦ green 53 ◦ blue 250

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

Shades of Psychedelic Purple #E235FA

Tints of Psychedelic Purple #E235FA

RGB

 RED value IS 226 (88.67% from 255) = 42.72%

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

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

R = 42.72%
G = 10.02%
B = 47.26%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E235FA (or 0xE235FA) is known color: Psychedelic Purple. HEX triplet: E2, 35 and FA. RGB value is (226,53,250). Sum of RGB (Red+Green+Blue) = 226+53+250=529 (70% of max value = 765). Red value is 226 (88.67% from 255 or 42.72% from 529); Green value is 53 (21.09% from 255 or 10.02% 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 #E235FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #E235FA is #1DCA05. Grayscale: #7E7E7E. Windows color (decimal): -1952262 or 16397794. OLE color: 16397794.

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

Color convert

RGB 226 53 250 -
CMYK 0.10 0.79 0 0.02
HSL 292.69º 0.95% 0.59% -
HSV(B) 292.69º 0.79% 0.98% -
XYZ 49.89 25.62 92.76 -
YUV 127.19 197.31 198.48 -
System Red Green Blue C M Y K H S L
Decimal 226 53 250 0.10 0.79 0 0.02 292.69 0.95 0.59
Hex E2 35 FA A 4F 0 2 125 5F 3B
Octal 342 65 372 12 117 0 2 445 137 73
Binary 11100010 110101 11111010 1010 1001111 0 10 100100101 1011111 111011

Color Harmonies of #E235FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E235FA

Black with #E235FA

Text Example


Text Example

White with #E235FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E235FA; }

 p { color: rgb(226,53,250); }

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

background-color css

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

 a { background-color: rgb(226,53,250); }

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

border-color css

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

 span { border-color: rgb(226,53,250); }

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