Html Css Color HEX #E70DFA Psychedelic Purple

📋 copy color: '#E70DFA'

red 231 ◦ green 13 ◦ blue 250

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

Shades of Psychedelic Purple #E70DFA

Tints of Psychedelic Purple #E70DFA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.63%

 BLUE value IS 250 (98.05% from 255) = 50.61%

R = 46.76%
G = 2.63%
B = 50.61%

CMYK

 C value IS 0.08

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E70DFA (or 0xE70DFA) is known color: Psychedelic Purple. HEX triplet: E7, 0D and FA. RGB value is (231,13,250). Sum of RGB (Red+Green+Blue) = 231+13+250=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 13 (5.47% from 255 or 2.63% from 494); Blue value is 250 (98.05% from 255 or 50.61% from 494); Max value from RGB is 250 - color contains mainly: blue. Hex color #E70DFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70DFA is #18F205. Grayscale: #686868. Windows color (decimal): -1634822 or 16387559. OLE color: 16387559.

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

Color convert

RGB 231 13 250 -
CMYK 0.08 0.95 0 0.02
HSL 295.19º 0.96% 0.52% -
HSV(B) 295.19º 0.95% 0.98% -
XYZ 50.35 24.18 92.46 -
YUV 105.2 209.72 217.73 -
System Red Green Blue C M Y K H S L
Decimal 231 13 250 0.08 0.95 0 0.02 295.19 0.96 0.52
Hex E7 D FA 8 5F 0 2 127 60 34
Octal 347 15 372 10 137 0 2 447 140 64
Binary 11100111 1101 11111010 1000 1011111 0 10 100100111 1100000 110100

Color Harmonies of #E70DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70DFA

Black with #E70DFA

Text Example


Text Example

White with #E70DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70DFA; }

 p { color: rgb(231,13,250); }

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

background-color css

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

 a { background-color: rgb(231,13,250); }

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

border-color css

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

 span { border-color: rgb(231,13,250); }

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