Html Css Color HEX #E70CFE Psychedelic Purple

📋 copy color: '#E70CFE'

red 231 ◦ green 12 ◦ blue 254

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

Shades of Psychedelic Purple #E70CFE

Tints of Psychedelic Purple #E70CFE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.41%

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 46.48%
G = 2.41%
B = 51.11%

CMYK

 C value IS 0.09

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E70CFE (or 0xE70CFE) is known color: Psychedelic Purple. HEX triplet: E7, 0C and FE. RGB value is (231,12,254). Sum of RGB (Red+Green+Blue) = 231+12+254=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 12 (5.08% from 255 or 2.41% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #E70CFE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70CFE is #18F301. Grayscale: #686868. Windows color (decimal): -1635074 or 16649447. OLE color: 16649447.

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

Color convert

RGB 231 12 254 -
CMYK 0.09 0.95 0 0.00
HSL 294.3º 0.99% 0.52% -
HSV(B) 294.3º 0.95% 1% -
XYZ 50.98 24.41 95.79 -
YUV 105.07 212.05 217.82 -
System Red Green Blue C M Y K H S L
Decimal 231 12 254 0.09 0.95 0 0.00 294.3 0.99 0.52
Hex E7 C FE 9 5F 0 0 126 63 34
Octal 347 14 376 11 137 0 0 446 143 64
Binary 11100111 1100 11111110 1001 1011111 0 0 100100110 1100011 110100

Color Harmonies of #E70CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70CFE

Black with #E70CFE

Text Example


Text Example

White with #E70CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70CFE; }

 p { color: rgb(231,12,254); }

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

background-color css

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

 a { background-color: rgb(231,12,254); }

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

border-color css

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

 span { border-color: rgb(231,12,254); }

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