Html Css Color HEX #E72EFB Psychedelic Purple

📋 copy color: '#E72EFB'

red 231 ◦ green 46 ◦ blue 251

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

Shades of Psychedelic Purple #E72EFB

Tints of Psychedelic Purple #E72EFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 47.54%

R = 43.75%
G = 8.71%
B = 47.54%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E72EFB (or 0xE72EFB) is known color: Psychedelic Purple. HEX triplet: E7, 2E and FB. RGB value is (231,46,251). Sum of RGB (Red+Green+Blue) = 231+46+251=528 (69% of max value = 765). Red value is 231 (90.62% from 255 or 43.75% from 528); Green value is 46 (18.36% from 255 or 8.71% from 528); Blue value is 251 (98.44% from 255 or 47.54% from 528); Max value from RGB is 251 - color contains mainly: blue. Hex color #E72EFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E72EFB is #18D104. Grayscale: #7C7C7C. Windows color (decimal): -1626373 or 16461543. OLE color: 16461543.

HSL color Cylindrical-coordinate representation of color #E72EFB: hue angle of 294.15º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E72EFB is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 231 46 251 -
CMYK 0.08 0.82 0 0.02
HSL 294.15º 0.96% 0.58% -
HSV(B) 294.15º 0.82% 0.98% -
XYZ 51.34 25.91 93.56 -
YUV 124.69 199.29 203.83 -
System Red Green Blue C M Y K H S L
Decimal 231 46 251 0.08 0.82 0 0.02 294.15 0.96 0.58
Hex E7 2E FB 8 52 0 2 126 60 3A
Octal 347 56 373 10 122 0 2 446 140 72
Binary 11100111 101110 11111011 1000 1010010 0 10 100100110 1100000 111010

Color Harmonies of #E72EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72EFB

Black with #E72EFB

Text Example


Text Example

White with #E72EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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