Html Css Color HEX #E72AFF Psychedelic Purple

📋 copy color: '#E72AFF'

red 231 ◦ green 42 ◦ blue 255

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

Shades of Psychedelic Purple #E72AFF

Tints of Psychedelic Purple #E72AFF

RGB

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

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

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

R = 43.75%
G = 7.95%
B = 48.3%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E72AFF (or 0xE72AFF) is known color: Psychedelic Purple. HEX triplet: E7, 2A and FF. RGB value is (231,42,255). Sum of RGB (Red+Green+Blue) = 231+42+255=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 42 (16.80% from 255 or 7.95% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #E72AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72AFF is #18D500. Grayscale: #7A7A7A. Windows color (decimal): -1627393 or 16722663. OLE color: 16722663.

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

Color convert

RGB 231 42 255 -
CMYK 0.09 0.84 0 0
HSL 293.24º 1% 0.58% -
HSV(B) 293.24º 0.84% 1% -
XYZ 51.83 25.86 96.87 -
YUV 122.79 202.62 205.18 -
System Red Green Blue C M Y K H S L
Decimal 231 42 255 0.09 0.84 0 0 293.24 1 0.58
Hex E7 2A FF 9 54 0 0 125 64 3A
Octal 347 52 377 11 124 0 0 445 144 72
Binary 11100111 101010 11111111 1001 1010100 0 0 100100101 1100100 111010

Color Harmonies of #E72AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72AFF

Black with #E72AFF

Text Example


Text Example

White with #E72AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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