Html Css Color HEX #E72EFF Psychedelic Purple

📋 copy color: '#E72EFF'

red 231 ◦ green 46 ◦ blue 255

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

Shades of Psychedelic Purple #E72EFF

Tints of Psychedelic Purple #E72EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 8.65%

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

R = 43.42%
G = 8.65%
B = 47.93%

CMYK

 C value IS 0.09

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E72EFF (or 0xE72EFF) is known color: Psychedelic Purple. HEX triplet: E7, 2E and FF. RGB value is (231,46,255). Sum of RGB (Red+Green+Blue) = 231+46+255=532 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.42% from 532); Green value is 46 (18.36% from 255 or 8.65% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #E72EFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72EFF is #18D100. Grayscale: #7C7C7C. Windows color (decimal): -1626369 or 16723687. OLE color: 16723687.

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

Color convert

RGB 231 46 255 -
CMYK 0.09 0.82 0 0
HSL 293.11º 1% 0.59% -
HSV(B) 293.11º 0.82% 1% -
XYZ 51.98 26.16 96.92 -
YUV 125.14 201.29 203.51 -
System Red Green Blue C M Y K H S L
Decimal 231 46 255 0.09 0.82 0 0 293.11 1 0.59
Hex E7 2E FF 9 52 0 0 125 64 3B
Octal 347 56 377 11 122 0 0 445 144 73
Binary 11100111 101110 11111111 1001 1010010 0 0 100100101 1100100 111011

Color Harmonies of #E72EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72EFF

Black with #E72EFF

Text Example


Text Example

White with #E72EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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