Html Css Color HEX #E629FC Psychedelic Purple

📋 copy color: '#E629FC'

red 230 ◦ green 41 ◦ blue 252

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

Shades of Psychedelic Purple #E629FC

Tints of Psychedelic Purple #E629FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 48.18%

R = 43.98%
G = 7.84%
B = 48.18%

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

#E629FC (or 0xE629FC) is known color: Psychedelic Purple. HEX triplet: E6, 29 and FC. RGB value is (230,41,252). Sum of RGB (Red+Green+Blue) = 230+41+252=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 41 (16.41% from 255 or 7.84% from 523); Blue value is 252 (98.83% from 255 or 48.18% from 523); Max value from RGB is 252 - color contains mainly: blue. Hex color #E629FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E629FC is #19D603. Grayscale: #787878. Windows color (decimal): -1693188 or 16525798. OLE color: 16525798.

HSL color Cylindrical-coordinate representation of color #E629FC: hue angle of 293.74º degrees, saturation: 0.97, 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 #E629FC is Cyan = 0.09, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 230 41 252 -
CMYK 0.09 0.84 0 0.01
HSL 293.74º 0.97% 0.57% -
HSV(B) 293.74º 0.84% 0.99% -
XYZ 51 25.44 94.32 -
YUV 121.57 201.62 205.34 -
System Red Green Blue C M Y K H S L
Decimal 230 41 252 0.09 0.84 0 0.01 293.74 0.97 0.57
Hex E6 29 FC 9 54 0 1 126 61 39
Octal 346 51 374 11 124 0 1 446 141 71
Binary 11100110 101001 11111100 1001 1010100 0 1 100100110 1100001 111001

Color Harmonies of #E629FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E629FC

Black with #E629FC

Text Example


Text Example

White with #E629FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E629FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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