Html Css Color HEX #E718FD Psychedelic Purple

📋 copy color: '#E718FD'

red 231 ◦ green 24 ◦ blue 253

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

Shades of Psychedelic Purple #E718FD

Tints of Psychedelic Purple #E718FD

RGB

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

 GREEN value IS 24 (9.77% from 255) = 4.72%

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

R = 45.47%
G = 4.72%
B = 49.8%

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

#E718FD (or 0xE718FD) is known color: Psychedelic Purple. HEX triplet: E7, 18 and FD. RGB value is (231,24,253). Sum of RGB (Red+Green+Blue) = 231+24+253=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 24 (9.77% from 255 or 4.72% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #E718FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E718FD is #18E702. Grayscale: #6F6F6F. Windows color (decimal): -1632003 or 16586983. OLE color: 16586983.

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

Color convert

RGB 231 24 253 -
CMYK 0.09 0.91 0 0.01
HSL 294.24º 0.98% 0.54% -
HSV(B) 294.24º 0.91% 0.99% -
XYZ 51.01 24.73 95.01 -
YUV 112 207.58 212.88 -
System Red Green Blue C M Y K H S L
Decimal 231 24 253 0.09 0.91 0 0.01 294.24 0.98 0.54
Hex E7 18 FD 9 5B 0 1 126 62 36
Octal 347 30 375 11 133 0 1 446 142 66
Binary 11100111 11000 11111101 1001 1011011 0 1 100100110 1100010 110110

Color Harmonies of #E718FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E718FD

Black with #E718FD

Text Example


Text Example

White with #E718FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E718FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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