Html Css Color HEX #E70FF7 Psychedelic Purple

📋 copy color: '#E70FF7'

red 231 ◦ green 15 ◦ blue 247

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

Shades of Psychedelic Purple #E70FF7

Tints of Psychedelic Purple #E70FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.1%

R = 46.86%
G = 3.04%
B = 50.1%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E70FF7 (or 0xE70FF7) is known color: Psychedelic Purple. HEX triplet: E7, 0F and F7. RGB value is (231,15,247). Sum of RGB (Red+Green+Blue) = 231+15+247=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 15 (6.25% from 255 or 3.04% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #E70FF7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70FF7 is #18F008. Grayscale: #696969. Windows color (decimal): -1634313 or 16191463. OLE color: 16191463.

HSL color Cylindrical-coordinate representation of color #E70FF7: hue angle of 295.86º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70FF7 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 231 15 247 -
CMYK 0.06 0.94 0 0.03
HSL 295.86º 0.94% 0.51% -
HSV(B) 295.86º 0.94% 0.97% -
XYZ 49.91 24.05 90.01 -
YUV 106.03 207.56 217.14 -
System Red Green Blue C M Y K H S L
Decimal 231 15 247 0.06 0.94 0 0.03 295.86 0.94 0.51
Hex E7 F F7 6 5E 0 3 128 5E 33
Octal 347 17 367 6 136 0 3 450 136 63
Binary 11100111 1111 11110111 110 1011110 0 11 100101000 1011110 110011

Color Harmonies of #E70FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FF7

Black with #E70FF7

Text Example


Text Example

White with #E70FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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