Html Css Color HEX #E618FD Psychedelic Purple

📋 copy color: '#E618FD'

red 230 ◦ green 24 ◦ blue 253

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

Shades of Psychedelic Purple #E618FD

Tints of Psychedelic Purple #E618FD

RGB

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

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

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

R = 45.36%
G = 4.73%
B = 49.9%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E618FD (or 0xE618FD) is known color: Psychedelic Purple. HEX triplet: E6, 18 and FD. RGB value is (230,24,253). Sum of RGB (Red+Green+Blue) = 230+24+253=507 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.36% from 507); Green value is 24 (9.77% from 255 or 4.73% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #E618FD is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #E618FD is #19E702. Grayscale: #6E6E6E. Windows color (decimal): -1697539 or 16586982. OLE color: 16586982.

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

Color convert

RGB 230 24 253 -
CMYK 0.09 0.91 0 0.01
HSL 293.97º 0.98% 0.54% -
HSV(B) 293.97º 0.91% 0.99% -
XYZ 50.69 24.57 95 -
YUV 111.7 207.75 212.38 -
System Red Green Blue C M Y K H S L
Decimal 230 24 253 0.09 0.91 0 0.01 293.97 0.98 0.54
Hex E6 18 FD 9 5B 0 1 126 62 36
Octal 346 30 375 11 133 0 1 446 142 66
Binary 11100110 11000 11111101 1001 1011011 0 1 100100110 1100010 110110

Color Harmonies of #E618FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E618FD

Black with #E618FD

Text Example


Text Example

White with #E618FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E618FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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