Html Css Color HEX #E72FF1 Psychedelic Purple

📋 copy color: '#E72FF1'

red 231 ◦ green 47 ◦ blue 241

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

Shades of Psychedelic Purple #E72FF1

Tints of Psychedelic Purple #E72FF1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.06%

 BLUE value IS 241 (94.53% from 255) = 46.44%

R = 44.51%
G = 9.06%
B = 46.44%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E72FF1 (or 0xE72FF1) is known color: Psychedelic Purple. HEX triplet: E7, 2F and F1. RGB value is (231,47,241). Sum of RGB (Red+Green+Blue) = 231+47+241=519 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.51% from 519); Green value is 47 (18.75% from 255 or 9.06% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #E72FF1 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72FF1 is #18D00E. Grayscale: #7B7B7B. Windows color (decimal): -1626127 or 15806439. OLE color: 15806439.

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

Color convert

RGB 231 47 241 -
CMYK 0.04 0.80 0 0.05
HSL 296.91º 0.87% 0.56% -
HSV(B) 296.91º 0.8% 0.95% -
XYZ 49.85 25.37 85.49 -
YUV 124.13 193.96 204.23 -
System Red Green Blue C M Y K H S L
Decimal 231 47 241 0.04 0.80 0 0.05 296.91 0.87 0.56
Hex E7 2F F1 4 50 0 5 129 57 38
Octal 347 57 361 4 120 0 5 451 127 70
Binary 11100111 101111 11110001 100 1010000 0 101 100101001 1010111 111000

Color Harmonies of #E72FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72FF1

Black with #E72FF1

Text Example


Text Example

White with #E72FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72FF1; }

 p { color: rgb(231,47,241); }

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

background-color css

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

 a { background-color: rgb(231,47,241); }

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

border-color css

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

 span { border-color: rgb(231,47,241); }

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