Html Css Color HEX #E710FB Psychedelic Purple

📋 copy color: '#E710FB'

red 231 ◦ green 16 ◦ blue 251

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

Shades of Psychedelic Purple #E710FB

Tints of Psychedelic Purple #E710FB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.21%

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

R = 46.39%
G = 3.21%
B = 50.4%

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

#E710FB (or 0xE710FB) is known color: Psychedelic Purple. HEX triplet: E7, 10 and FB. RGB value is (231,16,251). Sum of RGB (Red+Green+Blue) = 231+16+251=498 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.39% from 498); Green value is 16 (6.64% from 255 or 3.21% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #E710FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E710FB is #18EF04. Grayscale: #6A6A6A. Windows color (decimal): -1634053 or 16453863. OLE color: 16453863.

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

Color convert

RGB 231 16 251 -
CMYK 0.08 0.94 0 0.02
HSL 294.89º 0.97% 0.52% -
HSV(B) 294.89º 0.94% 0.98% -
XYZ 50.55 24.32 93.3 -
YUV 107.08 209.23 216.39 -
System Red Green Blue C M Y K H S L
Decimal 231 16 251 0.08 0.94 0 0.02 294.89 0.97 0.52
Hex E7 10 FB 8 5E 0 2 127 61 34
Octal 347 20 373 10 136 0 2 447 141 64
Binary 11100111 10000 11111011 1000 1011110 0 10 100100111 1100001 110100

Color Harmonies of #E710FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E710FB

Black with #E710FB

Text Example


Text Example

White with #E710FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E710FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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