Html Css Color HEX #E718EA Psychedelic Purple

📋 copy color: '#E718EA'

red 231 ◦ green 24 ◦ blue 234

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

Shades of Psychedelic Purple #E718EA

Tints of Psychedelic Purple #E718EA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.91%

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

R = 47.24%
G = 4.91%
B = 47.85%

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

#E718EA (or 0xE718EA) is known color: Psychedelic Purple. HEX triplet: E7, 18 and EA. RGB value is (231,24,234). Sum of RGB (Red+Green+Blue) = 231+24+234=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 24 (9.77% from 255 or 4.91% from 489); Blue value is 234 (91.80% from 255 or 47.85% from 489); Max value from RGB is 234 - color contains mainly: blue. Hex color #E718EA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E718EA is #18E715. Grayscale: #6D6D6D. Windows color (decimal): -1632022 or 15341799. OLE color: 15341799.

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

Color convert

RGB 231 24 234 -
CMYK 0.01 0.90 0 0.08
HSL 299.14º 0.83% 0.51% -
HSV(B) 299.14º 0.9% 0.92% -
XYZ 48.13 23.58 79.86 -
YUV 109.83 198.08 214.42 -
System Red Green Blue C M Y K H S L
Decimal 231 24 234 0.01 0.90 0 0.08 299.14 0.83 0.51
Hex E7 18 EA 1 5A 0 8 12B 53 33
Octal 347 30 352 1 132 0 10 453 123 63
Binary 11100111 11000 11101010 1 1011010 0 1000 100101011 1010011 110011

Color Harmonies of #E718EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E718EA

Black with #E718EA

Text Example


Text Example

White with #E718EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E718EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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