Html Css Color HEX #E726EB Psychedelic Purple

📋 copy color: '#E726EB'

red 231 ◦ green 38 ◦ blue 235

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

Shades of Psychedelic Purple #E726EB

Tints of Psychedelic Purple #E726EB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 7.54%

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 45.83%
G = 7.54%
B = 46.63%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E726EB (or 0xE726EB) is known color: Psychedelic Purple. HEX triplet: E7, 26 and EB. RGB value is (231,38,235). Sum of RGB (Red+Green+Blue) = 231+38+235=504 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.83% from 504); Green value is 38 (15.23% from 255 or 7.54% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #E726EB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E726EB is #18D914. Grayscale: #757575. Windows color (decimal): -1628437 or 15410919. OLE color: 15410919.

HSL color Cylindrical-coordinate representation of color #E726EB: hue angle of 298.78º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E726EB is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 38 235 -
CMYK 0.02 0.84 0 0.08
HSL 298.78º 0.83% 0.54% -
HSV(B) 298.78º 0.84% 0.92% -
XYZ 48.64 24.37 80.74 -
YUV 118.17 193.94 208.48 -
System Red Green Blue C M Y K H S L
Decimal 231 38 235 0.02 0.84 0 0.08 298.78 0.83 0.54
Hex E7 26 EB 2 54 0 8 12B 53 36
Octal 347 46 353 2 124 0 10 453 123 66
Binary 11100111 100110 11101011 10 1010100 0 1000 100101011 1010011 110110

Color Harmonies of #E726EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E726EB

Black with #E726EB

Text Example


Text Example

White with #E726EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E726EB; }

 p { color: rgb(231,38,235); }

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

background-color css

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

 a { background-color: rgb(231,38,235); }

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

border-color css

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

 span { border-color: rgb(231,38,235); }

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