Html Css Color HEX #E730F4 Psychedelic Purple

📋 copy color: '#E730F4'

red 231 ◦ green 48 ◦ blue 244

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

Shades of Psychedelic Purple #E730F4

Tints of Psychedelic Purple #E730F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 46.65%

R = 44.17%
G = 9.18%
B = 46.65%

CMYK

 C value IS 0.05

 M value IS 0.80

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E730F4 (or 0xE730F4) is known color: Psychedelic Purple. HEX triplet: E7, 30 and F4. RGB value is (231,48,244). Sum of RGB (Red+Green+Blue) = 231+48+244=523 (69% of max value = 765). Red value is 231 (90.62% from 255 or 44.17% from 523); Green value is 48 (19.14% from 255 or 9.18% from 523); Blue value is 244 (95.70% from 255 or 46.65% from 523); Max value from RGB is 244 - color contains mainly: blue. Hex color #E730F4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E730F4 is #18CF0B. Grayscale: #7C7C7C. Windows color (decimal): -1625868 or 16003303. OLE color: 16003303.

HSL color Cylindrical-coordinate representation of color #E730F4: hue angle of 296.02º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E730F4 is Cyan = 0.05, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 48 244 -
CMYK 0.05 0.80 0 0.04
HSL 296.02º 0.9% 0.57% -
HSV(B) 296.02º 0.8% 0.96% -
XYZ 50.34 25.63 87.88 -
YUV 125.06 195.13 203.56 -
System Red Green Blue C M Y K H S L
Decimal 231 48 244 0.05 0.80 0 0.04 296.02 0.9 0.57
Hex E7 30 F4 5 50 0 4 128 5A 39
Octal 347 60 364 5 120 0 4 450 132 71
Binary 11100111 110000 11110100 101 1010000 0 100 100101000 1011010 111001

Color Harmonies of #E730F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E730F4

Black with #E730F4

Text Example


Text Example

White with #E730F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E730F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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