Html Css Color HEX #E70FFC Psychedelic Purple

📋 copy color: '#E70FFC'

red 231 ◦ green 15 ◦ blue 252

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

Shades of Psychedelic Purple #E70FFC

Tints of Psychedelic Purple #E70FFC

RGB

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

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

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

R = 46.39%
G = 3.01%
B = 50.6%

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

#E70FFC (or 0xE70FFC) is known color: Psychedelic Purple. HEX triplet: E7, 0F and FC. RGB value is (231,15,252). Sum of RGB (Red+Green+Blue) = 231+15+252=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 15 (6.25% from 255 or 3.01% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #E70FFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70FFC is #18F003. Grayscale: #696969. Windows color (decimal): -1634308 or 16519143. OLE color: 16519143.

HSL color Cylindrical-coordinate representation of color #E70FFC: hue angle of 294.68º 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 #E70FFC is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 15 252 -
CMYK 0.08 0.94 0 0.01
HSL 294.68º 0.98% 0.52% -
HSV(B) 294.68º 0.94% 0.99% -
XYZ 50.7 24.36 94.13 -
YUV 106.6 210.06 216.73 -
System Red Green Blue C M Y K H S L
Decimal 231 15 252 0.08 0.94 0 0.01 294.68 0.98 0.52
Hex E7 F FC 8 5E 0 1 127 62 34
Octal 347 17 374 10 136 0 1 447 142 64
Binary 11100111 1111 11111100 1000 1011110 0 1 100100111 1100010 110100

Color Harmonies of #E70FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FFC

Black with #E70FFC

Text Example


Text Example

White with #E70FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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