Html Css Color HEX #E618F5 Psychedelic Purple

📋 copy color: '#E618F5'

red 230 ◦ green 24 ◦ blue 245

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

Shades of Psychedelic Purple #E618F5

Tints of Psychedelic Purple #E618F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 49.1%

R = 46.09%
G = 4.81%
B = 49.1%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#E618F5 (or 0xE618F5) is known color: Psychedelic Purple. HEX triplet: E6, 18 and F5. RGB value is (230,24,245). Sum of RGB (Red+Green+Blue) = 230+24+245=499 (66% of max value = 765). Red value is 230 (90.23% from 255 or 46.09% from 499); Green value is 24 (9.77% from 255 or 4.81% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #E618F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E618F5 is #19E70A. Grayscale: #6E6E6E. Windows color (decimal): -1697547 or 16062694. OLE color: 16062694.

HSL color Cylindrical-coordinate representation of color #E618F5: hue angle of 295.93º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E618F5 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 230 24 245 -
CMYK 0.06 0.90 0 0.04
HSL 295.93º 0.92% 0.53% -
HSV(B) 295.93º 0.9% 0.96% -
XYZ 49.44 24.07 88.43 -
YUV 110.79 203.75 213.03 -
System Red Green Blue C M Y K H S L
Decimal 230 24 245 0.06 0.90 0 0.04 295.93 0.92 0.53
Hex E6 18 F5 6 5A 0 4 128 5C 35
Octal 346 30 365 6 132 0 4 450 134 65
Binary 11100110 11000 11110101 110 1011010 0 100 100101000 1011100 110101

Color Harmonies of #E618F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E618F5

Black with #E618F5

Text Example


Text Example

White with #E618F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E618F5; }

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

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

background-color css

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

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

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

border-color css

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

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

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