Html Css Color HEX #E71AE8 Psychedelic Purple

📋 copy color: '#E71AE8'

red 231 ◦ green 26 ◦ blue 232

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

Shades of Psychedelic Purple #E71AE8

Tints of Psychedelic Purple #E71AE8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 5.32%

 BLUE value IS 232 (91.02% from 255) = 47.44%

R = 47.24%
G = 5.32%
B = 47.44%

CMYK

 C value IS 0.00

 M value IS 0.89

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E71AE8 (or 0xE71AE8) is known color: Psychedelic Purple. HEX triplet: E7, 1A and E8. RGB value is (231,26,232). Sum of RGB (Red+Green+Blue) = 231+26+232=489 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.24% from 489); Green value is 26 (10.55% from 255 or 5.32% from 489); Blue value is 232 (91.02% from 255 or 47.44% from 489); Max value from RGB is 232 - color contains mainly: blue. Hex color #E71AE8 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E71AE8 is #18E517. Grayscale: #6E6E6E. Windows color (decimal): -1631512 or 15211239. OLE color: 15211239.

HSL color Cylindrical-coordinate representation of color #E71AE8: hue angle of 299.71º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E71AE8 is Cyan = 0.00, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 26 232 -
CMYK 0.00 0.89 0 0.09
HSL 299.71º 0.82% 0.51% -
HSV(B) 299.71º 0.89% 0.91% -
XYZ 47.89 23.55 78.37 -
YUV 110.78 196.42 213.75 -
System Red Green Blue C M Y K H S L
Decimal 231 26 232 0.00 0.89 0 0.09 299.71 0.82 0.51
Hex E7 1A E8 0 59 0 9 12C 52 33
Octal 347 32 350 0 131 0 11 454 122 63
Binary 11100111 11010 11101000 0 1011001 0 1001 100101100 1010010 110011

Color Harmonies of #E71AE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E71AE8

Black with #E71AE8

Text Example


Text Example

White with #E71AE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E71AE8; }

 p { color: rgb(231,26,232); }

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

background-color css

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

 a { background-color: rgb(231,26,232); }

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

border-color css

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

 span { border-color: rgb(231,26,232); }

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