Html Css Color HEX #E70EF8 Psychedelic Purple

📋 copy color: '#E70EF8'

red 231 ◦ green 14 ◦ blue 248

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

Shades of Psychedelic Purple #E70EF8

Tints of Psychedelic Purple #E70EF8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 2.84%

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

R = 46.86%
G = 2.84%
B = 50.3%

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

#E70EF8 (or 0xE70EF8) is known color: Psychedelic Purple. HEX triplet: E7, 0E and F8. RGB value is (231,14,248). Sum of RGB (Red+Green+Blue) = 231+14+248=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 14 (5.86% from 255 or 2.84% from 493); Blue value is 248 (97.27% from 255 or 50.30% from 493); Max value from RGB is 248 - color contains mainly: blue. Hex color #E70EF8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70EF8 is #18F107. Grayscale: #686868. Windows color (decimal): -1634568 or 16256743. OLE color: 16256743.

HSL color Cylindrical-coordinate representation of color #E70EF8: hue angle of 295.64º 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 #E70EF8 is Cyan = 0.07, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 231 14 248 -
CMYK 0.07 0.94 0 0.03
HSL 295.64º 0.94% 0.51% -
HSV(B) 295.64º 0.94% 0.97% -
XYZ 50.06 24.08 90.82 -
YUV 105.56 208.39 217.47 -
System Red Green Blue C M Y K H S L
Decimal 231 14 248 0.07 0.94 0 0.03 295.64 0.94 0.51
Hex E7 E F8 7 5E 0 3 128 5E 33
Octal 347 16 370 7 136 0 3 450 136 63
Binary 11100111 1110 11111000 111 1011110 0 11 100101000 1011110 110011

Color Harmonies of #E70EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70EF8

Black with #E70EF8

Text Example


Text Example

White with #E70EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70EF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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