Html Css Color HEX #E70AFE Psychedelic Purple

📋 copy color: '#E70AFE'

red 231 ◦ green 10 ◦ blue 254

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

Shades of Psychedelic Purple #E70AFE

Tints of Psychedelic Purple #E70AFE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.02%

 BLUE value IS 254 (99.61% from 255) = 51.31%

R = 46.67%
G = 2.02%
B = 51.31%

CMYK

 C value IS 0.09

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E70AFE (or 0xE70AFE) is known color: Psychedelic Purple. HEX triplet: E7, 0A and FE. RGB value is (231,10,254). Sum of RGB (Red+Green+Blue) = 231+10+254=495 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.67% from 495); Green value is 10 (4.30% from 255 or 2.02% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #E70AFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70AFE is #18F501. Grayscale: #676767. Windows color (decimal): -1635586 or 16648935. OLE color: 16648935.

HSL color Cylindrical-coordinate representation of color #E70AFE: hue angle of 294.34º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70AFE is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 231 10 254 -
CMYK 0.09 0.96 0 0.00
HSL 294.34º 0.99% 0.52% -
HSV(B) 294.34º 0.96% 1% -
XYZ 50.95 24.36 95.78 -
YUV 103.9 212.72 218.66 -
System Red Green Blue C M Y K H S L
Decimal 231 10 254 0.09 0.96 0 0.00 294.34 0.99 0.52
Hex E7 A FE 9 60 0 0 126 63 34
Octal 347 12 376 11 140 0 0 446 143 64
Binary 11100111 1010 11111110 1001 1100000 0 0 100100110 1100011 110100

Color Harmonies of #E70AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70AFE

Black with #E70AFE

Text Example


Text Example

White with #E70AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70AFE; }

 p { color: rgb(231,10,254); }

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

background-color css

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

 a { background-color: rgb(231,10,254); }

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

border-color css

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

 span { border-color: rgb(231,10,254); }

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