Html Css Color HEX #E72BF4 Psychedelic Purple

📋 copy color: '#E72BF4'

red 231 ◦ green 43 ◦ blue 244

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

Shades of Psychedelic Purple #E72BF4

Tints of Psychedelic Purple #E72BF4

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.3%

 BLUE value IS 244 (95.7% from 255) = 47.1%

R = 44.59%
G = 8.3%
B = 47.1%

CMYK

 C value IS 0.05

 M value IS 0.82

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E72BF4 (or 0xE72BF4) is known color: Psychedelic Purple. HEX triplet: E7, 2B and F4. RGB value is (231,43,244). Sum of RGB (Red+Green+Blue) = 231+43+244=518 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.59% from 518); Green value is 43 (17.19% from 255 or 8.30% from 518); Blue value is 244 (95.70% from 255 or 47.10% from 518); Max value from RGB is 244 - color contains mainly: blue. Hex color #E72BF4 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72BF4 is #18D40B. Grayscale: #797979. Windows color (decimal): -1627148 or 16002023. OLE color: 16002023.

HSL color Cylindrical-coordinate representation of color #E72BF4: hue angle of 296.12º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72BF4 is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 231 43 244 -
CMYK 0.05 0.82 0 0.04
HSL 296.12º 0.9% 0.56% -
HSV(B) 296.12º 0.82% 0.96% -
XYZ 50.15 25.25 87.82 -
YUV 122.13 196.78 205.66 -
System Red Green Blue C M Y K H S L
Decimal 231 43 244 0.05 0.82 0 0.04 296.12 0.9 0.56
Hex E7 2B F4 5 52 0 4 128 5A 38
Octal 347 53 364 5 122 0 4 450 132 70
Binary 11100111 101011 11110100 101 1010010 0 100 100101000 1011010 111000

Color Harmonies of #E72BF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72BF4

Black with #E72BF4

Text Example


Text Example

White with #E72BF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72BF4; }

 p { color: rgb(231,43,244); }

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

background-color css

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

 a { background-color: rgb(231,43,244); }

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

border-color css

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

 span { border-color: rgb(231,43,244); }

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