Html Css Color HEX #E70FFA Psychedelic Purple

📋 copy color: '#E70FFA'

red 231 ◦ green 15 ◦ blue 250

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

Shades of Psychedelic Purple #E70FFA

Tints of Psychedelic Purple #E70FFA

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.02%

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

R = 46.57%
G = 3.02%
B = 50.4%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E70FFA (or 0xE70FFA) is known color: Psychedelic Purple. HEX triplet: E7, 0F and FA. RGB value is (231,15,250). Sum of RGB (Red+Green+Blue) = 231+15+250=496 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.57% from 496); Green value is 15 (6.25% from 255 or 3.02% from 496); Blue value is 250 (98.05% from 255 or 50.40% from 496); Max value from RGB is 250 - color contains mainly: blue. Hex color #E70FFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70FFA is #18F005. Grayscale: #696969. Windows color (decimal): -1634310 or 16388071. OLE color: 16388071.

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

Color convert

RGB 231 15 250 -
CMYK 0.08 0.94 0 0.02
HSL 295.15º 0.96% 0.52% -
HSV(B) 295.15º 0.94% 0.98% -
XYZ 50.38 24.23 92.46 -
YUV 106.37 209.06 216.89 -
System Red Green Blue C M Y K H S L
Decimal 231 15 250 0.08 0.94 0 0.02 295.15 0.96 0.52
Hex E7 F FA 8 5E 0 2 127 60 34
Octal 347 17 372 10 136 0 2 447 140 64
Binary 11100111 1111 11111010 1000 1011110 0 10 100100111 1100000 110100

Color Harmonies of #E70FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FFA

Black with #E70FFA

Text Example


Text Example

White with #E70FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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