Html Css Color HEX #E70FEB Psychedelic Purple

📋 copy color: '#E70FEB'

red 231 ◦ green 15 ◦ blue 235

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

Shades of Psychedelic Purple #E70FEB

Tints of Psychedelic Purple #E70FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 48.86%

R = 48.02%
G = 3.12%
B = 48.86%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#E70FEB (or 0xE70FEB) is known color: Psychedelic Purple. HEX triplet: E7, 0F and EB. RGB value is (231,15,235). Sum of RGB (Red+Green+Blue) = 231+15+235=481 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.02% from 481); Green value is 15 (6.25% from 255 or 3.12% from 481); Blue value is 235 (92.19% from 255 or 48.86% from 481); Max value from RGB is 235 - color contains mainly: blue. Hex color #E70FEB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70FEB is #18F014. Grayscale: #686868. Windows color (decimal): -1634325 or 15405031. OLE color: 15405031.

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

Color convert

RGB 231 15 235 -
CMYK 0.02 0.94 0 0.08
HSL 298.91º 0.88% 0.49% -
HSV(B) 298.91º 0.94% 0.92% -
XYZ 48.12 23.33 80.56 -
YUV 104.66 201.56 218.11 -
System Red Green Blue C M Y K H S L
Decimal 231 15 235 0.02 0.94 0 0.08 298.91 0.88 0.49
Hex E7 F EB 2 5E 0 8 12B 58 31
Octal 347 17 353 2 136 0 10 453 130 61
Binary 11100111 1111 11101011 10 1011110 0 1000 100101011 1011000 110001

Color Harmonies of #E70FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FEB

Black with #E70FEB

Text Example


Text Example

White with #E70FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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