Html Css Color HEX #E713FD Psychedelic Purple

📋 copy color: '#E713FD'

red 231 ◦ green 19 ◦ blue 253

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

Shades of Psychedelic Purple #E713FD

Tints of Psychedelic Purple #E713FD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 3.78%

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

R = 45.92%
G = 3.78%
B = 50.3%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E713FD (or 0xE713FD) is known color: Psychedelic Purple. HEX triplet: E7, 13 and FD. RGB value is (231,19,253). Sum of RGB (Red+Green+Blue) = 231+19+253=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 19 (7.81% from 255 or 3.78% from 503); Blue value is 253 (99.22% from 255 or 50.30% from 503); Max value from RGB is 253 - color contains mainly: blue. Hex color #E713FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E713FD is #18EC02. Grayscale: #6C6C6C. Windows color (decimal): -1633283 or 16585703. OLE color: 16585703.

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

Color convert

RGB 231 19 253 -
CMYK 0.09 0.92 0 0.01
HSL 294.36º 0.98% 0.53% -
HSV(B) 294.36º 0.92% 0.99% -
XYZ 50.92 24.55 94.98 -
YUV 109.06 209.24 214.97 -
System Red Green Blue C M Y K H S L
Decimal 231 19 253 0.09 0.92 0 0.01 294.36 0.98 0.53
Hex E7 13 FD 9 5C 0 1 126 62 35
Octal 347 23 375 11 134 0 1 446 142 65
Binary 11100111 10011 11111101 1001 1011100 0 1 100100110 1100010 110101

Color Harmonies of #E713FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E713FD

Black with #E713FD

Text Example


Text Example

White with #E713FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E713FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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