Html Css Color HEX #E70FF8 Psychedelic Purple

📋 copy color: '#E70FF8'

red 231 ◦ green 15 ◦ blue 248

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

Shades of Psychedelic Purple #E70FF8

Tints of Psychedelic Purple #E70FF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.2%

R = 46.76%
G = 3.04%
B = 50.2%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#E70FF8 (or 0xE70FF8) is known color: Psychedelic Purple. HEX triplet: E7, 0F and F8. RGB value is (231,15,248). Sum of RGB (Red+Green+Blue) = 231+15+248=494 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.76% from 494); Green value is 15 (6.25% from 255 or 3.04% from 494); Blue value is 248 (97.27% from 255 or 50.20% from 494); Max value from RGB is 248 - color contains mainly: blue. Hex color #E70FF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70FF8 is #18F007. Grayscale: #696969. Windows color (decimal): -1634312 or 16256999. OLE color: 16256999.

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

Color convert

RGB 231 15 248 -
CMYK 0.07 0.94 0 0.03
HSL 295.62º 0.94% 0.52% -
HSV(B) 295.62º 0.94% 0.97% -
XYZ 50.07 24.11 90.82 -
YUV 106.15 208.06 217.05 -
System Red Green Blue C M Y K H S L
Decimal 231 15 248 0.07 0.94 0 0.03 295.62 0.94 0.52
Hex E7 F F8 7 5E 0 3 128 5E 34
Octal 347 17 370 7 136 0 3 450 136 64
Binary 11100111 1111 11111000 111 1011110 0 11 100101000 1011110 110100

Color Harmonies of #E70FF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FF8

Black with #E70FF8

Text Example


Text Example

White with #E70FF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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