Html Css Color HEX #E615FD Psychedelic Purple

📋 copy color: '#E615FD'

red 230 ◦ green 21 ◦ blue 253

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

Shades of Psychedelic Purple #E615FD

Tints of Psychedelic Purple #E615FD

RGB

 RED value IS 230 (90.23% from 255) = 45.63%

 GREEN value IS 21 (8.59% from 255) = 4.17%

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

R = 45.63%
G = 4.17%
B = 50.2%

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

#E615FD (or 0xE615FD) is known color: Psychedelic Purple. HEX triplet: E6, 15 and FD. RGB value is (230,21,253). Sum of RGB (Red+Green+Blue) = 230+21+253=504 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.63% from 504); Green value is 21 (8.59% from 255 or 4.17% from 504); Blue value is 253 (99.22% from 255 or 50.20% from 504); Max value from RGB is 253 - color contains mainly: blue. Hex color #E615FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E615FD is #19EA02. Grayscale: #6D6D6D. Windows color (decimal): -1698307 or 16586214. OLE color: 16586214.

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

Color convert

RGB 230 21 253 -
CMYK 0.09 0.92 0 0.01
HSL 294.05º 0.98% 0.54% -
HSV(B) 294.05º 0.92% 0.99% -
XYZ 50.63 24.45 94.98 -
YUV 109.94 208.74 213.64 -
System Red Green Blue C M Y K H S L
Decimal 230 21 253 0.09 0.92 0 0.01 294.05 0.98 0.54
Hex E6 15 FD 9 5C 0 1 126 62 36
Octal 346 25 375 11 134 0 1 446 142 66
Binary 11100110 10101 11111101 1001 1011100 0 1 100100110 1100010 110110

Color Harmonies of #E615FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E615FD

Black with #E615FD

Text Example


Text Example

White with #E615FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E615FD; }

 p { color: rgb(230,21,253); }

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

background-color css

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

 a { background-color: rgb(230,21,253); }

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

border-color css

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

 span { border-color: rgb(230,21,253); }

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