Html Css Color HEX #E628FD Psychedelic Purple

📋 copy color: '#E628FD'

red 230 ◦ green 40 ◦ blue 253

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

Shades of Psychedelic Purple #E628FD

Tints of Psychedelic Purple #E628FD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 7.65%

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

R = 43.98%
G = 7.65%
B = 48.37%

CMYK

 C value IS 0.09

 M value IS 0.84

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#E628FD (or 0xE628FD) is known color: Psychedelic Purple. HEX triplet: E6, 28 and FD. RGB value is (230,40,253). Sum of RGB (Red+Green+Blue) = 230+40+253=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 40 (16.02% from 255 or 7.65% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #E628FD is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E628FD is #19D702. Grayscale: #787878. Windows color (decimal): -1693443 or 16591078. OLE color: 16591078.

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

Color convert

RGB 230 40 253 -
CMYK 0.09 0.84 0 0.01
HSL 293.52º 0.98% 0.57% -
HSV(B) 293.52º 0.84% 0.99% -
XYZ 51.12 25.43 95.14 -
YUV 121.09 202.45 205.68 -
System Red Green Blue C M Y K H S L
Decimal 230 40 253 0.09 0.84 0 0.01 293.52 0.98 0.57
Hex E6 28 FD 9 54 0 1 126 62 39
Octal 346 50 375 11 124 0 1 446 142 71
Binary 11100110 101000 11111101 1001 1010100 0 1 100100110 1100010 111001

Color Harmonies of #E628FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E628FD

Black with #E628FD

Text Example


Text Example

White with #E628FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E628FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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