Html Css Color HEX #E70FE8 Psychedelic Purple

📋 copy color: '#E70FE8'

red 231 ◦ green 15 ◦ blue 232

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

Shades of Psychedelic Purple #E70FE8

Tints of Psychedelic Purple #E70FE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 48.54%

R = 48.33%
G = 3.14%
B = 48.54%

CMYK

 C value IS 0.00

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#E70FE8 (or 0xE70FE8) is known color: Psychedelic Purple. HEX triplet: E7, 0F and E8. RGB value is (231,15,232). Sum of RGB (Red+Green+Blue) = 231+15+232=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 15 (6.25% from 255 or 3.14% from 478); Blue value is 232 (91.02% from 255 or 48.54% from 478); Max value from RGB is 232 - color contains mainly: blue. Hex color #E70FE8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70FE8 is #18F017. Grayscale: #676767. Windows color (decimal): -1634328 or 15208423. OLE color: 15208423.

HSL color Cylindrical-coordinate representation of color #E70FE8: hue angle of 299.72º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70FE8 is Cyan = 0.00, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 15 232 -
CMYK 0.00 0.94 0 0.09
HSL 299.72º 0.88% 0.48% -
HSV(B) 299.72º 0.94% 0.91% -
XYZ 47.69 23.16 78.3 -
YUV 104.32 200.06 218.36 -
System Red Green Blue C M Y K H S L
Decimal 231 15 232 0.00 0.94 0 0.09 299.72 0.88 0.48
Hex E7 F E8 0 5E 0 9 12C 58 30
Octal 347 17 350 0 136 0 11 454 130 60
Binary 11100111 1111 11101000 0 1011110 0 1001 100101100 1011000 110000

Color Harmonies of #E70FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FE8

Black with #E70FE8

Text Example


Text Example

White with #E70FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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