Html Css Color HEX #E70EFC Psychedelic Purple

📋 copy color: '#E70EFC'

red 231 ◦ green 14 ◦ blue 252

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

Shades of Psychedelic Purple #E70EFC

Tints of Psychedelic Purple #E70EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 46.48%
G = 2.82%
B = 50.7%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E70EFC (or 0xE70EFC) is known color: Psychedelic Purple. HEX triplet: E7, 0E and FC. RGB value is (231,14,252). Sum of RGB (Red+Green+Blue) = 231+14+252=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 14 (5.86% from 255 or 2.82% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #E70EFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70EFC is #18F103. Grayscale: #696969. Windows color (decimal): -1634564 or 16518887. OLE color: 16518887.

HSL color Cylindrical-coordinate representation of color #E70EFC: hue angle of 294.71º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70EFC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 14 252 -
CMYK 0.08 0.94 0 0.01
HSL 294.71º 0.98% 0.52% -
HSV(B) 294.71º 0.94% 0.99% -
XYZ 50.68 24.33 94.12 -
YUV 106.02 210.39 217.15 -
System Red Green Blue C M Y K H S L
Decimal 231 14 252 0.08 0.94 0 0.01 294.71 0.98 0.52
Hex E7 E FC 8 5E 0 1 127 62 34
Octal 347 16 374 10 136 0 1 447 142 64
Binary 11100111 1110 11111100 1000 1011110 0 1 100100111 1100010 110100

Color Harmonies of #E70EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70EFC

Black with #E70EFC

Text Example


Text Example

White with #E70EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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