Html Css Color HEX #E70FEC Psychedelic Purple

📋 copy color: '#E70FEC'

red 231 ◦ green 15 ◦ blue 236

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

Shades of Psychedelic Purple #E70FEC

Tints of Psychedelic Purple #E70FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.96%

R = 47.93%
G = 3.11%
B = 48.96%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#E70FEC (or 0xE70FEC) is known color: Psychedelic Purple. HEX triplet: E7, 0F and EC. RGB value is (231,15,236). Sum of RGB (Red+Green+Blue) = 231+15+236=482 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.93% from 482); Green value is 15 (6.25% from 255 or 3.11% from 482); Blue value is 236 (92.58% from 255 or 48.96% from 482); Max value from RGB is 236 - color contains mainly: blue. Hex color #E70FEC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70FEC is #18F013. Grayscale: #686868. Windows color (decimal): -1634324 or 15470567. OLE color: 15470567.

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

Color convert

RGB 231 15 236 -
CMYK 0.02 0.94 0 0.07
HSL 298.64º 0.88% 0.49% -
HSV(B) 298.64º 0.94% 0.93% -
XYZ 48.27 23.39 81.33 -
YUV 104.78 202.06 218.03 -
System Red Green Blue C M Y K H S L
Decimal 231 15 236 0.02 0.94 0 0.07 298.64 0.88 0.49
Hex E7 F EC 2 5E 0 7 12B 58 31
Octal 347 17 354 2 136 0 7 453 130 61
Binary 11100111 1111 11101100 10 1011110 0 111 100101011 1011000 110001

Color Harmonies of #E70FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FEC

Black with #E70FEC

Text Example


Text Example

White with #E70FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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