Html Css Color HEX #E629FA Psychedelic Purple

📋 copy color: '#E629FA'

red 230 ◦ green 41 ◦ blue 250

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

Shades of Psychedelic Purple #E629FA

Tints of Psychedelic Purple #E629FA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 7.87%

 BLUE value IS 250 (98.05% from 255) = 47.98%

R = 44.15%
G = 7.87%
B = 47.98%

CMYK

 C value IS 0.08

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E629FA (or 0xE629FA) is known color: Psychedelic Purple. HEX triplet: E6, 29 and FA. RGB value is (230,41,250). Sum of RGB (Red+Green+Blue) = 230+41+250=521 (69% of max value = 765). Red value is 230 (90.23% from 255 or 44.15% from 521); Green value is 41 (16.41% from 255 or 7.87% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #E629FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E629FA is #19D605. Grayscale: #787878. Windows color (decimal): -1693190 or 16394726. OLE color: 16394726.

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

Color convert

RGB 230 41 250 -
CMYK 0.08 0.84 0 0.02
HSL 294.26º 0.95% 0.57% -
HSV(B) 294.26º 0.84% 0.98% -
XYZ 50.68 25.31 92.66 -
YUV 121.34 200.62 205.51 -
System Red Green Blue C M Y K H S L
Decimal 230 41 250 0.08 0.84 0 0.02 294.26 0.95 0.57
Hex E6 29 FA 8 54 0 2 126 5F 39
Octal 346 51 372 10 124 0 2 446 137 71
Binary 11100110 101001 11111010 1000 1010100 0 10 100100110 1011111 111001

Color Harmonies of #E629FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629FA

Black with #E629FA

Text Example


Text Example

White with #E629FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629FA; }

 p { color: rgb(230,41,250); }

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

background-color css

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

 a { background-color: rgb(230,41,250); }

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

border-color css

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

 span { border-color: rgb(230,41,250); }

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