Html Css Color HEX #E730FE Psychedelic Purple

📋 copy color: '#E730FE'

red 231 ◦ green 48 ◦ blue 254

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

Shades of Psychedelic Purple #E730FE

Tints of Psychedelic Purple #E730FE

RGB

 RED value IS 231 (90.63% from 255) = 43.34%

 GREEN value IS 48 (19.14% from 255) = 9.01%

 BLUE value IS 254 (99.61% from 255) = 47.65%

R = 43.34%
G = 9.01%
B = 47.65%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E730FE (or 0xE730FE) is known color: Psychedelic Purple. HEX triplet: E7, 30 and FE. RGB value is (231,48,254). Sum of RGB (Red+Green+Blue) = 231+48+254=533 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.34% from 533); Green value is 48 (19.14% from 255 or 9.01% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #E730FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E730FE is #18CF01. Grayscale: #7D7D7D. Windows color (decimal): -1625858 or 16658663. OLE color: 16658663.

HSL color Cylindrical-coordinate representation of color #E730FE: hue angle of 293.3º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E730FE is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 48 254 -
CMYK 0.09 0.81 0 0.00
HSL 293.3º 0.99% 0.59% -
HSV(B) 293.3º 0.81% 1% -
XYZ 51.9 26.26 96.1 -
YUV 126.2 200.13 202.75 -
System Red Green Blue C M Y K H S L
Decimal 231 48 254 0.09 0.81 0 0.00 293.3 0.99 0.59
Hex E7 30 FE 9 51 0 0 125 63 3B
Octal 347 60 376 11 121 0 0 445 143 73
Binary 11100111 110000 11111110 1001 1010001 0 0 100100101 1100011 111011

Color Harmonies of #E730FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E730FE

Black with #E730FE

Text Example


Text Example

White with #E730FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E730FE; }

 p { color: rgb(231,48,254); }

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

background-color css

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

 a { background-color: rgb(231,48,254); }

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

border-color css

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

 span { border-color: rgb(231,48,254); }

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