Html Css Color HEX #E716FD Psychedelic Purple

📋 copy color: '#E716FD'

red 231 ◦ green 22 ◦ blue 253

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

Shades of Psychedelic Purple #E716FD

Tints of Psychedelic Purple #E716FD

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.35%

 BLUE value IS 253 (99.22% from 255) = 50%

R = 45.65%
G = 4.35%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E716FD (or 0xE716FD) is known color: Psychedelic Purple. HEX triplet: E7, 16 and FD. RGB value is (231,22,253). Sum of RGB (Red+Green+Blue) = 231+22+253=506 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.65% from 506); Green value is 22 (8.98% from 255 or 4.35% from 506); Blue value is 253 (99.22% from 255 or 50% from 506); Max value from RGB is 253 - color contains mainly: blue. Hex color #E716FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E716FD is #18E902. Grayscale: #6E6E6E. Windows color (decimal): -1632515 or 16586471. OLE color: 16586471.

HSL color Cylindrical-coordinate representation of color #E716FD: hue angle of 294.29º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E716FD is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 231 22 253 -
CMYK 0.09 0.91 0 0.01
HSL 294.29º 0.98% 0.54% -
HSV(B) 294.29º 0.91% 0.99% -
XYZ 50.97 24.65 95 -
YUV 110.83 208.24 213.72 -
System Red Green Blue C M Y K H S L
Decimal 231 22 253 0.09 0.91 0 0.01 294.29 0.98 0.54
Hex E7 16 FD 9 5B 0 1 126 62 36
Octal 347 26 375 11 133 0 1 446 142 66
Binary 11100111 10110 11111101 1001 1011011 0 1 100100110 1100010 110110

Color Harmonies of #E716FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E716FD

Black with #E716FD

Text Example


Text Example

White with #E716FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E716FD; }

 p { color: rgb(231,22,253); }

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

background-color css

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

 a { background-color: rgb(231,22,253); }

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

border-color css

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

 span { border-color: rgb(231,22,253); }

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