Html Css Color HEX #E632FF Psychedelic Purple

📋 copy color: '#E632FF'

red 230 ◦ green 50 ◦ blue 255

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

Shades of Psychedelic Purple #E632FF

Tints of Psychedelic Purple #E632FF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 9.35%

 BLUE value IS 255 (100% from 255) = 47.66%

R = 42.99%
G = 9.35%
B = 47.66%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#E632FF (or 0xE632FF) is known color: Psychedelic Purple. HEX triplet: E6, 32 and FF. RGB value is (230,50,255). Sum of RGB (Red+Green+Blue) = 230+50+255=535 (70% of max value = 765). Red value is 230 (90.23% from 255 or 42.99% from 535); Green value is 50 (19.92% from 255 or 9.35% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #E632FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #E632FF is #19CD00. Grayscale: #7E7E7E. Windows color (decimal): -1690881 or 16724710. OLE color: 16724710.

HSL color Cylindrical-coordinate representation of color #E632FF: hue angle of 292.68º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E632FF is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 230 50 255 -
CMYK 0.10 0.80 0 0
HSL 292.68º 1% 0.6% -
HSV(B) 292.68º 0.8% 1% -
XYZ 51.82 26.32 96.96 -
YUV 127.19 200.13 201.33 -
System Red Green Blue C M Y K H S L
Decimal 230 50 255 0.10 0.80 0 0 292.68 1 0.6
Hex E6 32 FF A 50 0 0 125 64 3C
Octal 346 62 377 12 120 0 0 445 144 74
Binary 11100110 110010 11111111 1010 1010000 0 0 100100101 1100100 111100

Color Harmonies of #E632FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E632FF

Black with #E632FF

Text Example


Text Example

White with #E632FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E632FF; }

 p { color: rgb(230,50,255); }

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

background-color css

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

 a { background-color: rgb(230,50,255); }

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

border-color css

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

 span { border-color: rgb(230,50,255); }

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