Html Css Color HEX #E726EA Psychedelic Purple

📋 copy color: '#E726EA'

red 231 ◦ green 38 ◦ blue 234

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

Shades of Psychedelic Purple #E726EA

Tints of Psychedelic Purple #E726EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.52%

R = 45.92%
G = 7.55%
B = 46.52%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E726EA (or 0xE726EA) is known color: Psychedelic Purple. HEX triplet: E7, 26 and EA. RGB value is (231,38,234). Sum of RGB (Red+Green+Blue) = 231+38+234=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 38 (15.23% from 255 or 7.55% from 503); Blue value is 234 (91.80% from 255 or 46.52% from 503); Max value from RGB is 234 - color contains mainly: blue. Hex color #E726EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E726EA is #18D915. Grayscale: #757575. Windows color (decimal): -1628438 or 15345383. OLE color: 15345383.

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

Color convert

RGB 231 38 234 -
CMYK 0.01 0.84 0 0.08
HSL 299.08º 0.82% 0.53% -
HSV(B) 299.08º 0.84% 0.92% -
XYZ 48.5 24.32 79.98 -
YUV 118.05 193.44 208.56 -
System Red Green Blue C M Y K H S L
Decimal 231 38 234 0.01 0.84 0 0.08 299.08 0.82 0.53
Hex E7 26 EA 1 54 0 8 12B 52 35
Octal 347 46 352 1 124 0 10 453 122 65
Binary 11100111 100110 11101010 1 1010100 0 1000 100101011 1010010 110101

Color Harmonies of #E726EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E726EA

Black with #E726EA

Text Example


Text Example

White with #E726EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E726EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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