Html Css Color HEX #E70AFC Psychedelic Purple

📋 copy color: '#E70AFC'

red 231 ◦ green 10 ◦ blue 252

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

Shades of Psychedelic Purple #E70AFC

Tints of Psychedelic Purple #E70AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 51.12%

R = 46.86%
G = 2.03%
B = 51.12%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E70AFC (or 0xE70AFC) is known color: Psychedelic Purple. HEX triplet: E7, 0A and FC. RGB value is (231,10,252). Sum of RGB (Red+Green+Blue) = 231+10+252=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 10 (4.30% from 255 or 2.03% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #E70AFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70AFC is #18F503. Grayscale: #666666. Windows color (decimal): -1635588 or 16517863. OLE color: 16517863.

HSL color Cylindrical-coordinate representation of color #E70AFC: hue angle of 294.79º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E70AFC is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 10 252 -
CMYK 0.08 0.96 0 0.01
HSL 294.79º 0.98% 0.51% -
HSV(B) 294.79º 0.96% 0.99% -
XYZ 50.63 24.23 94.1 -
YUV 103.67 211.72 218.82 -
System Red Green Blue C M Y K H S L
Decimal 231 10 252 0.08 0.96 0 0.01 294.79 0.98 0.51
Hex E7 A FC 8 60 0 1 127 62 33
Octal 347 12 374 10 140 0 1 447 142 63
Binary 11100111 1010 11111100 1000 1100000 0 1 100100111 1100010 110011

Color Harmonies of #E70AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70AFC

Black with #E70AFC

Text Example


Text Example

White with #E70AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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