Html Css Color HEX #E70EFF Psychedelic Purple

📋 copy color: '#E70EFF'

red 231 ◦ green 14 ◦ blue 255

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

Shades of Psychedelic Purple #E70EFF

Tints of Psychedelic Purple #E70EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 51%

R = 46.2%
G = 2.8%
B = 51%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E70EFF (or 0xE70EFF) is known color: Psychedelic Purple. HEX triplet: E7, 0E and FF. RGB value is (231,14,255). Sum of RGB (Red+Green+Blue) = 231+14+255=500 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.2% from 500); Green value is 14 (5.86% from 255 or 2.8% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #E70EFF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70EFF is #18F100. Grayscale: #696969. Windows color (decimal): -1634561 or 16715495. OLE color: 16715495.

HSL color Cylindrical-coordinate representation of color #E70EFF: hue angle of 294.02º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E70EFF is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 231 14 255 -
CMYK 0.09 0.95 0 0
HSL 294.02º 1% 0.53% -
HSV(B) 294.02º 0.95% 1% -
XYZ 51.16 24.52 96.64 -
YUV 106.36 211.89 216.9 -
System Red Green Blue C M Y K H S L
Decimal 231 14 255 0.09 0.95 0 0 294.02 1 0.53
Hex E7 E FF 9 5F 0 0 126 64 35
Octal 347 16 377 11 137 0 0 446 144 65
Binary 11100111 1110 11111111 1001 1011111 0 0 100100110 1100100 110101

Color Harmonies of #E70EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70EFF

Black with #E70EFF

Text Example


Text Example

White with #E70EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70EFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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