Html Css Color HEX #E72AF0 Psychedelic Purple

📋 copy color: '#E72AF0'

red 231 ◦ green 42 ◦ blue 240

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

Shades of Psychedelic Purple #E72AF0

Tints of Psychedelic Purple #E72AF0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.19%

 BLUE value IS 240 (94.14% from 255) = 46.78%

R = 45.03%
G = 8.19%
B = 46.78%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E72AF0 (or 0xE72AF0) is known color: Psychedelic Purple. HEX triplet: E7, 2A and F0. RGB value is (231,42,240). Sum of RGB (Red+Green+Blue) = 231+42+240=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 42 (16.80% from 255 or 8.19% from 513); Blue value is 240 (94.14% from 255 or 46.78% from 513); Max value from RGB is 240 - color contains mainly: blue. Hex color #E72AF0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72AF0 is #18D50F. Grayscale: #787878. Windows color (decimal): -1627408 or 15739623. OLE color: 15739623.

HSL color Cylindrical-coordinate representation of color #E72AF0: hue angle of 297.27º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72AF0 is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 42 240 -
CMYK 0.04 0.82 0 0.06
HSL 297.27º 0.87% 0.55% -
HSV(B) 297.27º 0.83% 0.94% -
XYZ 49.51 24.94 84.64 -
YUV 121.08 195.12 206.4 -
System Red Green Blue C M Y K H S L
Decimal 231 42 240 0.04 0.82 0 0.06 297.27 0.87 0.55
Hex E7 2A F0 4 52 0 6 129 57 37
Octal 347 52 360 4 122 0 6 451 127 67
Binary 11100111 101010 11110000 100 1010010 0 110 100101001 1010111 110111

Color Harmonies of #E72AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72AF0

Black with #E72AF0

Text Example


Text Example

White with #E72AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72AF0; }

 p { color: rgb(231,42,240); }

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

background-color css

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

 a { background-color: rgb(231,42,240); }

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

border-color css

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

 span { border-color: rgb(231,42,240); }

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