Html Css Color HEX #E615FC Psychedelic Purple

📋 copy color: '#E615FC'

red 230 ◦ green 21 ◦ blue 252

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

Shades of Psychedelic Purple #E615FC

Tints of Psychedelic Purple #E615FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.1%

R = 45.73%
G = 4.17%
B = 50.1%

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

#E615FC (or 0xE615FC) is known color: Psychedelic Purple. HEX triplet: E6, 15 and FC. RGB value is (230,21,252). Sum of RGB (Red+Green+Blue) = 230+21+252=503 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.73% from 503); Green value is 21 (8.59% from 255 or 4.17% from 503); Blue value is 252 (98.83% from 255 or 50.10% from 503); Max value from RGB is 252 - color contains mainly: blue. Hex color #E615FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E615FC is #19EA03. Grayscale: #6D6D6D. Windows color (decimal): -1698308 or 16520678. OLE color: 16520678.

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

Color convert

RGB 230 21 252 -
CMYK 0.09 0.92 0 0.01
HSL 294.29º 0.97% 0.54% -
HSV(B) 294.29º 0.92% 0.99% -
XYZ 50.47 24.39 94.14 -
YUV 109.83 208.24 213.72 -
System Red Green Blue C M Y K H S L
Decimal 230 21 252 0.09 0.92 0 0.01 294.29 0.97 0.54
Hex E6 15 FC 9 5C 0 1 126 61 36
Octal 346 25 374 11 134 0 1 446 141 66
Binary 11100110 10101 11111100 1001 1011100 0 1 100100110 1100001 110110

Color Harmonies of #E615FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E615FC

Black with #E615FC

Text Example


Text Example

White with #E615FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E615FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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