Html Css Color HEX #E618FC Psychedelic Purple

📋 copy color: '#E618FC'

red 230 ◦ green 24 ◦ blue 252

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

Shades of Psychedelic Purple #E618FC

Tints of Psychedelic Purple #E618FC

RGB

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

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

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

R = 45.45%
G = 4.74%
B = 49.8%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E618FC (or 0xE618FC) is known color: Psychedelic Purple. HEX triplet: E6, 18 and FC. RGB value is (230,24,252). Sum of RGB (Red+Green+Blue) = 230+24+252=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 24 (9.77% from 255 or 4.74% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #E618FC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E618FC is #19E703. Grayscale: #6E6E6E. Windows color (decimal): -1697540 or 16521446. OLE color: 16521446.

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

Color convert

RGB 230 24 252 -
CMYK 0.09 0.90 0 0.01
HSL 294.21º 0.97% 0.54% -
HSV(B) 294.21º 0.9% 0.99% -
XYZ 50.53 24.5 94.16 -
YUV 111.59 207.25 212.46 -
System Red Green Blue C M Y K H S L
Decimal 230 24 252 0.09 0.90 0 0.01 294.21 0.97 0.54
Hex E6 18 FC 9 5A 0 1 126 61 36
Octal 346 30 374 11 132 0 1 446 141 66
Binary 11100110 11000 11111100 1001 1011010 0 1 100100110 1100001 110110

Color Harmonies of #E618FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E618FC

Black with #E618FC

Text Example


Text Example

White with #E618FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E618FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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