Html Css Color HEX #E70FFB Psychedelic Purple

📋 copy color: '#E70FFB'

red 231 ◦ green 15 ◦ blue 251

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

Shades of Psychedelic Purple #E70FFB

Tints of Psychedelic Purple #E70FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 46.48%
G = 3.02%
B = 50.5%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E70FFB (or 0xE70FFB) is known color: Psychedelic Purple. HEX triplet: E7, 0F and FB. RGB value is (231,15,251). Sum of RGB (Red+Green+Blue) = 231+15+251=497 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.48% from 497); Green value is 15 (6.25% from 255 or 3.02% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #E70FFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E70FFB is #18F004. Grayscale: #696969. Windows color (decimal): -1634309 or 16453607. OLE color: 16453607.

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

Color convert

RGB 231 15 251 -
CMYK 0.08 0.94 0 0.02
HSL 294.92º 0.97% 0.52% -
HSV(B) 294.92º 0.94% 0.98% -
XYZ 50.54 24.3 93.29 -
YUV 106.49 209.56 216.81 -
System Red Green Blue C M Y K H S L
Decimal 231 15 251 0.08 0.94 0 0.02 294.92 0.97 0.52
Hex E7 F FB 8 5E 0 2 127 61 34
Octal 347 17 373 10 136 0 2 447 141 64
Binary 11100111 1111 11111011 1000 1011110 0 10 100100111 1100001 110100

Color Harmonies of #E70FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70FFB

Black with #E70FFB

Text Example


Text Example

White with #E70FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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