Html Css Color HEX #E72DEF Psychedelic Purple

📋 copy color: '#E72DEF'

red 231 ◦ green 45 ◦ blue 239

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

Shades of Psychedelic Purple #E72DEF

Tints of Psychedelic Purple #E72DEF

RGB

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

 GREEN value IS 45 (17.97% from 255) = 8.74%

 BLUE value IS 239 (93.75% from 255) = 46.41%

R = 44.85%
G = 8.74%
B = 46.41%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E72DEF (or 0xE72DEF) is known color: Psychedelic Purple. HEX triplet: E7, 2D and EF. RGB value is (231,45,239). Sum of RGB (Red+Green+Blue) = 231+45+239=515 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.85% from 515); Green value is 45 (17.97% from 255 or 8.74% from 515); Blue value is 239 (93.75% from 255 or 46.41% from 515); Max value from RGB is 239 - color contains mainly: blue. Hex color #E72DEF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72DEF is #18D210. Grayscale: #7A7A7A. Windows color (decimal): -1626641 or 15674855. OLE color: 15674855.

HSL color Cylindrical-coordinate representation of color #E72DEF: hue angle of 297.53º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E72DEF is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 231 45 239 -
CMYK 0.03 0.81 0 0.06
HSL 297.53º 0.86% 0.56% -
HSV(B) 297.53º 0.81% 0.94% -
XYZ 49.47 25.1 83.9 -
YUV 122.73 193.62 205.23 -
System Red Green Blue C M Y K H S L
Decimal 231 45 239 0.03 0.81 0 0.06 297.53 0.86 0.56
Hex E7 2D EF 3 51 0 6 12A 56 38
Octal 347 55 357 3 121 0 6 452 126 70
Binary 11100111 101101 11101111 11 1010001 0 110 100101010 1010110 111000

Color Harmonies of #E72DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72DEF

Black with #E72DEF

Text Example


Text Example

White with #E72DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72DEF; }

 p { color: rgb(231,45,239); }

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

background-color css

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

 a { background-color: rgb(231,45,239); }

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

border-color css

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

 span { border-color: rgb(231,45,239); }

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