Html Css Color HEX #E730FF Psychedelic Purple

📋 copy color: '#E730FF'

red 231 ◦ green 48 ◦ blue 255

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

Shades of Psychedelic Purple #E730FF

Tints of Psychedelic Purple #E730FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 47.75%

R = 43.26%
G = 8.99%
B = 47.75%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E730FF (or 0xE730FF) is known color: Psychedelic Purple. HEX triplet: E7, 30 and FF. RGB value is (231,48,255). Sum of RGB (Red+Green+Blue) = 231+48+255=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 48 (19.14% from 255 or 8.99% from 534); Blue value is 255 (100% from 255 or 47.75% from 534); Max value from RGB is 255 - color contains mainly: blue. Hex color #E730FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E730FF is #18CF00. Grayscale: #7D7D7D. Windows color (decimal): -1625857 or 16724199. OLE color: 16724199.

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

Color convert

RGB 231 48 255 -
CMYK 0.09 0.81 0 0
HSL 293.04º 1% 0.59% -
HSV(B) 293.04º 0.81% 1% -
XYZ 52.06 26.32 96.94 -
YUV 126.32 200.63 202.67 -
System Red Green Blue C M Y K H S L
Decimal 231 48 255 0.09 0.81 0 0 293.04 1 0.59
Hex E7 30 FF 9 51 0 0 125 64 3B
Octal 347 60 377 11 121 0 0 445 144 73
Binary 11100111 110000 11111111 1001 1010001 0 0 100100101 1100100 111011

Color Harmonies of #E730FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E730FF

Black with #E730FF

Text Example


Text Example

White with #E730FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E730FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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