Html Css Color HEX #E624F0 Psychedelic Purple

📋 copy color: '#E624F0'

red 230 ◦ green 36 ◦ blue 240

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

Shades of Psychedelic Purple #E624F0

Tints of Psychedelic Purple #E624F0

RGB

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

 GREEN value IS 36 (14.45% from 255) = 7.11%

 BLUE value IS 240 (94.14% from 255) = 47.43%

R = 45.45%
G = 7.11%
B = 47.43%

CMYK

 C value IS 0.04

 M value IS 0.85

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#E624F0 (or 0xE624F0) is known color: Psychedelic Purple. HEX triplet: E6, 24 and F0. RGB value is (230,36,240). Sum of RGB (Red+Green+Blue) = 230+36+240=506 (67% of max value = 765). Red value is 230 (90.23% from 255 or 45.45% from 506); Green value is 36 (14.45% from 255 or 7.11% from 506); Blue value is 240 (94.14% from 255 or 47.43% from 506); Max value from RGB is 240 - color contains mainly: blue. Hex color #E624F0 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E624F0 is #19DB0F. Grayscale: #747474. Windows color (decimal): -1694480 or 15738086. OLE color: 15738086.

HSL color Cylindrical-coordinate representation of color #E624F0: hue angle of 297.06º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E624F0 is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 230 36 240 -
CMYK 0.04 0.85 0 0.06
HSL 297.06º 0.87% 0.54% -
HSV(B) 297.06º 0.85% 0.94% -
XYZ 48.99 24.38 84.56 -
YUV 117.26 197.27 208.41 -
System Red Green Blue C M Y K H S L
Decimal 230 36 240 0.04 0.85 0 0.06 297.06 0.87 0.54
Hex E6 24 F0 4 55 0 6 129 57 36
Octal 346 44 360 4 125 0 6 451 127 66
Binary 11100110 100100 11110000 100 1010101 0 110 100101001 1010111 110110

Color Harmonies of #E624F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E624F0

Black with #E624F0

Text Example


Text Example

White with #E624F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E624F0; }

 p { color: rgb(230,36,240); }

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

background-color css

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

 a { background-color: rgb(230,36,240); }

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

border-color css

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

 span { border-color: rgb(230,36,240); }

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