Html Css Color HEX #E717EA Psychedelic Purple

📋 copy color: '#E717EA'

red 231 ◦ green 23 ◦ blue 234

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

Shades of Psychedelic Purple #E717EA

Tints of Psychedelic Purple #E717EA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 4.71%

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

R = 47.34%
G = 4.71%
B = 47.95%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E717EA (or 0xE717EA) is known color: Psychedelic Purple. HEX triplet: E7, 17 and EA. RGB value is (231,23,234). Sum of RGB (Red+Green+Blue) = 231+23+234=488 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.34% from 488); Green value is 23 (9.38% from 255 or 4.71% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #E717EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E717EA is #18E815. Grayscale: #6C6C6C. Windows color (decimal): -1632278 or 15341543. OLE color: 15341543.

HSL color Cylindrical-coordinate representation of color #E717EA: hue angle of 299.15º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E717EA is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 231 23 234 -
CMYK 0.01 0.90 0 0.08
HSL 299.15º 0.83% 0.5% -
HSV(B) 299.15º 0.9% 0.92% -
XYZ 48.11 23.54 79.85 -
YUV 109.25 198.41 214.84 -
System Red Green Blue C M Y K H S L
Decimal 231 23 234 0.01 0.90 0 0.08 299.15 0.83 0.5
Hex E7 17 EA 1 5A 0 8 12B 53 32
Octal 347 27 352 1 132 0 10 453 123 62
Binary 11100111 10111 11101010 1 1011010 0 1000 100101011 1010011 110010

Color Harmonies of #E717EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E717EA

Black with #E717EA

Text Example


Text Example

White with #E717EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E717EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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